aboutsummaryrefslogtreecommitdiffstats
path: root/app/assets/javascripts/admin
Commit message (Collapse)AuthorAgeLines
* Remove jquery-ui; in a later commit we'll add it back via the gemMark Longair2013-11-26-356/+0
| | | | | | | The intention is to stop including our own custom build of jquery-ui but instead use the jquery-ui-rails gem, which works well with the asset pipeline. This commit should remove all traces of the old download of jquery-ui.
* Bundle up admin javascript using the asset pipelineMark Longair2013-11-19-0/+648
This includes adding coffee-rails so that the .js.coffee file is compiled to .js automatically.