-
Notifications
You must be signed in to change notification settings - Fork 2
Development Resources
kscherling edited this page Aug 21, 2015
·
19 revisions
Make sure to move "ember-cli-htmlbars": "0.7.9" to dependencies not devDependencies
Need to update qunit to run tests
Injecting stuff from addon using the content-for hook
Configuration options for modifying sass compilation settings
Docs on how asset compilation goes down in ember-cli
Example happened upon, for future use https://github.com/lifegadget/ember-cli-bootstrap-sassy/blob/master/index.js
You can link to an addon locally and all changes will immediately be available in any project folder that is linked:
- run
npm linkfrom addon root folder - run
npm link <addon-name>in consuming project's root folder http://www.devthought.com/2012/02/17/npm-tricks/
This may be the issue
defaults write com.apple.finder AppleShowAllFiles YES