Skip to content

Commit

Permalink
fix bug and bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbreiding committed Jul 20, 2014
1 parent 6575220 commit 7bb0058
Show file tree
Hide file tree
Showing 2 changed files with 3 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.0",
"version": "0.2.1",
"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
2 changes: 2 additions & 0 deletions src/tasks/html.coffee
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
gulp = require 'gulp'
watch = require 'gulp-watch'
fs = require 'fs'
build = require '../lib/build-index'

Expand All @@ -8,6 +9,7 @@ module.exports = (config)->
watch(glob: "#{config.srcDir}/index.hbs")
.pipe build(['app.js'], ['app.css'])
.pipe gulp.dest(config.devDir)
return

scriptsManifest = "#{config.prodDir}/scripts-manifest.json"
stylesheetsManifest = "#{config.prodDir}/stylesheets-manifest.json"
Expand Down

0 comments on commit 7bb0058

Please # to comment.