Skip to content

Commit

Permalink
Resolves issue #326 again
Browse files Browse the repository at this point in the history
This time using a simper approach.
  • Loading branch information
dfahlander committed Sep 22, 2017
1 parent 041d982 commit f1b0a27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@
"node -e \"fs.writeFileSync('dist/dexie.d.ts', fs.readFileSync('src/Dexie.d.ts'))\"",
"node tools/replaceVersionAndDate.js dist/dexie.d.ts",
"# Minify the default ES5 UMD module",
"uglifyjs dist/dexie.js -m -c -o dist/dexie.min.js --source-map dist/dexie.min.js.map --in-source-map dist/dexie.js.map"
"cd dist",
"uglifyjs dexie.js -m -c -o dexie.min.js --source-map dexie.min.js.map --in-source-map dexie.js.map"
],
"dev": [
"# Build ES5 module and the tests",
Expand Down

0 comments on commit f1b0a27

Please sign in to comment.