Skip to content

Development Resources

kscherling edited this page Aug 21, 2015 · 19 revisions

Resources

Gotchas

Make sure to move "ember-cli-htmlbars": "0.7.9" to dependencies not devDependencies Need to update qunit to run tests

For google fonts

Injecting stuff from addon using the content-for hook

ember-cli-sass

Configuration options for modifying sass compilation settings

Asset Compilation

Docs on how asset compilation goes down in ember-cli

Managing Dependencies

Importing fonts in via index.js in addon

Example happened upon, for future use https://github.com/lifegadget/ember-cli-bootstrap-sassy/blob/master/index.js

Linking npm addons locally

You can link to an addon locally and all changes will immediately be available in any project folder that is linked:

This may be the issue

Show hidden folders in the finder

defaults write com.apple.finder AppleShowAllFiles YES