diff --git a/CHANGELOG.md b/CHANGELOG.md index b415e8c2..1d0855ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## v2.4.1: 2016-05-24 +## v2.4.2: 2016-05-24 + Added LICENSE file to release package * Various documentation improvements (@RyanZim) diff --git a/Jakefile b/Jakefile index 28defba7..3789eee5 100644 --- a/Jakefile +++ b/Jakefile @@ -15,7 +15,7 @@ task('clean', ['clobber'], function () { }); task('browserify', {async: true}, function () { - jake.exec('./node_modules/browserify/bin/cmd.js lib/ejs.js > ejs.js', + jake.exec('./node_modules/browserify/bin/cmd.js --standalone ejs lib/ejs.js > ejs.js', buildOpts, function () { console.log('Browserification completed.'); setTimeout(complete, 0); @@ -42,5 +42,3 @@ publishTask('ejs', ['build'], function () { , 'test/**' ]); }); - -