Skip to content

Commit

Permalink
fix bug with prod stylesheet reference and bump version to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbreiding committed Jul 21, 2014
1 parent 7bb0058 commit dcb7ef1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zunder",
"version": "0.2.1",
"version": "0.2.2",
"description": "A front-end build tool that makes developing apps with Ember, CoffeeScript, Browserify, and Stylus a breeze",
"homepage": "https://github.com/chrisbreiding/zunder",
"repository": "git://github.com/chrisbreiding/zunder.git",
Expand Down
1 change: 1 addition & 0 deletions src/tasks/stylesheets.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ module.exports = (config)->
gulp.src "#{config.srcDir}/main.styl"
.pipe stylus(errors: true).on('error', handleErrors)
.pipe minify()
.pipe rename('app.css')
.pipe rev()
.pipe gulp.dest(config.prodDir)
.pipe rev.manifest()
Expand Down

0 comments on commit dcb7ef1

Please sign in to comment.