Basic layout

This commit is contained in:
2017-01-31 11:56:51 +08:00
parent 9461b573d8
commit 22e9a2ad97
16 changed files with 134 additions and 4 deletions
+6
View File
@@ -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