Skip to content

Commit

Permalink
Re-added handlebars to fix legacy forms
Browse files Browse the repository at this point in the history
  • Loading branch information
grassick committed Apr 13, 2014
1 parent 1b83e96 commit 5dad8d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ module.exports = function(grunt) {
'bower_components/lodash/dist/lodash.min.js',
'bower_components/backbone/backbone.js',
'vendor/bootstrap/js/bootstrap.min.js', // Custom bootstrap with larger fonts
'bower_components/handlebars/handlebars.runtime.min.js',
'bower_components/swag/lib/swag.min.js',
'bower_components/overthrow-dist/overthrow.js',
'vendor/mobiscroll.custom-2.5.4.min.js',
Expand Down
3 changes: 2 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"lodash": "~2.4.1",
"backbone": "~1.1.2",
"swag": "~0.6.1",
"overthrow-dist": "~0.7.0"
"overthrow-dist": "~0.7.0",
"handlebars": "~1.3.0"
}
}

0 comments on commit 5dad8d0

Please sign in to comment.