Skip to content

Commit

Permalink
remove marionette/handlebars plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
mrichard committed Aug 23, 2013
1 parent f1bdee6 commit 7f77ec6
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 62 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Stack
* Handlebars:
- http://handlebarsjs.com/
- https://github.com/SlexAxton/require-handlebars-plugin
- https://github.com/asciidisco/Backbone.Marionette.Handlebars
* SASS-Bootstrap:
- http://twitter.github.io/bootstrap
- https://github.com/thomas-mcdonald/bootstrap-sass
Expand Down
1 change: 0 additions & 1 deletion app/templates/_bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"backbone.wreqr": "~0.2.0",
"backbone.babysitter": "~0.0.6",
"require-handlebars-plugin": "~0.4.0",
"backbone.marionette.handlebars": "~0.2.0",
"mocha": "~1.12.0",
"chai": "~1.7.2",
"sinon": "~1.7.3"
Expand Down
7 changes: 2 additions & 5 deletions app/templates/app/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require.config({
<% if(isFullApp){ %>baseUrl: "/scripts",<%}%>

/* starting point for application */
deps: ['backbone.marionette', 'bootstrap', 'marionette.handlebars', 'main'],
deps: ['backbone.marionette', 'bootstrap', 'main'],


shim: {
Expand Down Expand Up @@ -47,10 +47,7 @@ require.config({
/* require handlebars plugin - Alex Sexton */
i18nprecompile: '../<%= bowerDirectory %>/require-handlebars-plugin/hbs/i18nprecompile',
json2: '../<%= bowerDirectory %>/require-handlebars-plugin/hbs/json2',
hbs: '../<%= bowerDirectory %>/require-handlebars-plugin/hbs',

/* marionette and handlebars plugin */
'marionette.handlebars': '../<%= bowerDirectory %>/backbone.marionette.handlebars/backbone.marionette.handlebars'
hbs: '../<%= bowerDirectory %>/require-handlebars-plugin/hbs'
},

hbs: {
Expand Down
55 changes: 0 additions & 55 deletions app/templates/init.js

This file was deleted.

0 comments on commit 7f77ec6

Please sign in to comment.