Basic layout
This commit is contained in:
@@ -5,6 +5,12 @@ var EmberApp = require('ember-cli/lib/broccoli/ember-app');
|
||||
module.exports = function(defaults) {
|
||||
var app = new EmberApp(defaults, {
|
||||
// Add options here
|
||||
sassOptions: {
|
||||
includePaths: [
|
||||
'bower_components/bourbon/app/assets/stylesheets',
|
||||
'bower_components/neat/app/assets/stylesheets'
|
||||
]
|
||||
}
|
||||
});
|
||||
|
||||
// Use `app.import` to add additional libraries to the generated
|
||||
|
||||
Reference in New Issue
Block a user