Skip to content

Commit

Permalink
v. 0.8 contd
Browse files Browse the repository at this point in the history
* fix minify.js typo
  • Loading branch information
Nikos M committed Aug 10, 2015
1 parent 1fb049d commit f7b810a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/minify.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ module.exports = {
HAS = 'hasOwnProperty', exec_async = require('child_process').exec,
write_async = Beeld.Utils.write_async,
read_async = Beeld.Utils.read_async,
echo_stderr = console.error,
BEELD_COMPILERS = Beeld.Utils.join_path(Beeld.ROOT, "compilers") + '/'
;
var action_minify = function action_minify( evt ) {
Expand Down

0 comments on commit f7b810a

Please sign in to comment.