ember-tools icon indicating copy to clipboard operation
ember-tools copied to clipboard

Generators and build tools for Ember applications

Results 26 ember-tools issues
Sort by recently updated
recently updated
newest added

On generation of the scaffold with an initial model: ``` ember generate --scaffold person name:string age:number ``` add a link to `#people` to the index.html: ``` {{#linkTo "index"}}Home{{/linkTo}} ``` like...

Unable to build On Windows 7, if user have a space in his profile name. Ex : C:\Users\my name\AppData\Roaming\npm\node_modules\ember-tools The build throw an error because the command path is broken....

Needed this to integrate with my IDE so I thought i'd share it.

I've add ember 1.4.0 and ember-data 1.0.0 because they are already quiet stable and can be used without any conflicts.

When editing a file in Vim, it creates backup files which end with a `~`. `ember build` picks up these files, instead of only reading files that end with `.js`:...

Add script that creates simple node.js server and a command "start" to run it

> npm install -g ember-tools npm http GET https://registry.npmjs.org/ember-tools npm http 304 https://registry.npmjs.org/ember-tools npm http GET https://registry.npmjs.org/sync-prompt npm http GET https://registry.npmjs.org/commander npm http GET https://registry.npmjs.org/fleck npm http GET https://registry.npmjs.org/cli-color npm...

This is what ends up being generated in `js/index.js`: ``` js App..svnEntries = require('./components/.svn/entries'); App..svnAllWcprops = require('./components/.svn/all-wcprops'); App..svnEntries = require('./controllers/.svn/entries'); App..svnAllWcprops = require('./controllers/.svn/all-wcprops'); App..svnEntries = require('./models/.svn/entries'); App..svnAllWcprops = require('./models/.svn/all-wcprops'); App..svnEntries...

I want to use [jquery.cookie](https://github.com/carhartl/jquery-cookie/) in my ember-tools managed project. I added `require("../vendor/jquery.cookie")` to `app.js` and builds started failing with the following message (`/path/to/project` is here as an example, the...

npm-debug.log is too long to submit