Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mde/ejs
Browse files Browse the repository at this point in the history
  • Loading branch information
mde committed Jul 19, 2016
2 parents c0e4de0 + 11c4e67 commit 06591d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 1 addition & 3 deletions Jakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand All @@ -42,5 +42,3 @@ publishTask('ejs', ['build'], function () {
, 'test/**'
]);
});


0 comments on commit 06591d4

Please sign in to comment.