Skip to content

Commit

Permalink
(chore) change style.css to app.css
Browse files Browse the repository at this point in the history
When in production, put custom CSS into app.css instead of style.css.
Style.css is no longer created.
  • Loading branch information
dustinspecker committed Sep 1, 2014
1 parent d1aef1f commit 063cfde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/_gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ gulp.task('style', ['clean'], function () {
return stream.done()
.pipe(plugins.autoprefixer())
.pipe(appFilter)
.pipe(plugins.concat('style.css'))
.pipe(plugins.concat('app.css'))
.pipe(plugins.streamify(plugins.rev()))
.pipe(plugins.cssmin())
.pipe(appFilter.restore())
Expand Down

0 comments on commit 063cfde

Please sign in to comment.