Skip to content

Commit

Permalink
Clarify Cakefile task names.
Browse files Browse the repository at this point in the history
  • Loading branch information
whitequark committed Oct 15, 2017
1 parent 9f692e6 commit 90c75fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ CoffeeScript = require 'coffee-script'
nodeunit = require 'nodeunit'
UglifyJS = require 'uglify-js'

task 'build', 'build the JavaScript files from CoffeeScript source', build = (cb) ->
task 'all', 'test everything and build minified code', build = (cb) ->
source = fs.readFileSync 'src/ipaddr.coffee', 'utf-8'
fs.writeFileSync 'lib/ipaddr.js', CoffeeScript.compile source.toString()

Expand Down

0 comments on commit 90c75fd

Please sign in to comment.