generator-backbone icon indicating copy to clipboard operation
generator-backbone copied to clipboard

Scaffold out a Backbone.js project

Results 21 generator-backbone issues
Sort by recently updated
recently updated
newest added

[INFO] --- exec-maven-plugin:1.4.0:exec (exec-npm-install) @ utilities --- npm ERR! Windows_NT 10.0.10586 npm ERR! argv "C:\Program Files\nodejs\node.exe" "C:\Program Files \nodejs\node_modules\npm\bin\npm-cli.js" "install" npm ERR! node v6.11.0 npm ERR! npm v3.10.10 npm ERR!...

when an image tag is inside an ejs template. `` their src attribute is not updated with minified file name when builded

As one of the original Yeoman generators, **generator-backbone** has a lot of baggage and so many options/opinions that makes it a heavy burden to maintain - as a result the...

enhancement
question

It's missing a comma before 'rev' $yo backbone backbone-app --template-framework=mustache Gruntfile.js: mustache: { files: { src: '/scripts/templates/', dest: '.tmp/scripts/templates.js', options: { prefix: 'this.JST = ', postfix: ';' } } }...

Without require.js: yo backbone:model computer create app/scripts/models/computer.js invoke backbone-mocha:model create test/models/computer.spec.js With require.js: yo backbone:model computer create app/scripts/models/computer.js

PR received

Debugging the tests in the browser as opposed to phantomjs would improve my workflow greatly. I'm still a grunt n00b but I imagine we would create a new Grunt task...

question

grunt-mustache doesn't precompile templates, only connectates them. Maybe it would be better to precompile them with grunt-contrib-hogan and also use hogan on web instead of mustache.

I think it'd be rad if this generator encouraged good accessibility practices or nudged folks in the right direction. Is there something in the [templates](https://github.com/yeoman/generator-backbone/blob/master/generators/app/templates/index.html) that may be tweaked? \cc...

enhancement