diff options
| author | julian laplace <julescarbon@gmail.com> | 2022-10-26 23:06:48 +0200 |
|---|---|---|
| committer | julian laplace <julescarbon@gmail.com> | 2022-10-26 23:06:48 +0200 |
| commit | eb1baebc4919058ae773f2d9ecb7b2e76d7d8e4a (patch) | |
| tree | 8704269c0ce51f086d4b0aaf9eacb6ddfde3fe42 /bucky | |
| parent | a504e64e75f1fddf36c96398b7730e8f3b91cd1f (diff) | |
build
Diffstat (limited to 'bucky')
| -rw-r--r-- | bucky/bin/build-scripts.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bucky/bin/build-scripts.js b/bucky/bin/build-scripts.js index b704129..0bc97fc 100644 --- a/bucky/bin/build-scripts.js +++ b/bucky/bin/build-scripts.js @@ -1,5 +1,5 @@ var fs = require("fs"); -var UglifyJS = require("uglify-es"); +var UglifyJS = require("uglify-js"); var index = fs.readFileSync("views/partials/scripts.ejs", "utf8"); |
