Where to add css and js files in ember-cli app?
问题 In rails, js files are located under app/assets/javascripts Similarly where to add js and css files in ember-cli app ? 回答1: app/styles/ should contain your stylesheets: Contains your stylesheets, whether SASS, LESS, Stylus, Compass, or plain CSS (though only one type is allowed, see Asset Compilation). These are all compiled into <app-name>.css If you need external JavaScript libraries, you should manage them in dependency sections of package.json and bower.json . You may have to include the