Skip to content

Commit 14a8711

Browse files
committed
Merge pull request #1 from angular/master
Update from origin/master
2 parents 249996b + ced8d09 commit 14a8711

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# See http://help.github.com/ignore-files/ for more about ignoring files.
1+
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
22

33
# compiled output
44
/dist

ember-cli-build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ var broccoliAutoprefixer = require('broccoli-autoprefixer');
99
var autoprefixerOptions = require('./build/autoprefixer-options');
1010

1111
module.exports = function(defaults) {
12-
var demoAppCssTree = new BroccoliSass(['src/demo-app'], './demo-app.scss', 'demo-app.css');
12+
var demoAppCssTree = new BroccoliSass(['src/demo-app'], './demo-app.scss', 'demo-app/demo-app.css');
1313
var componentCssTree = getComponentsCssTree();
1414
var angularAppTree = new Angular2App(defaults);
1515

0 commit comments

Comments
 (0)