no sourcemaps please

This commit is contained in:
David Ralph 2019-02-03 09:50:36 +00:00 committed by GitHub
parent 7f7436a33c
commit ef1382201a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
"license": "MIT",
"repository": "https://github.com/ohlookitsderpy/Mue",
"scripts": {
"sass-watch": "sass --watch src/assets/scss:src/assets/css --style compressed",
"sass-watch": "sass --watch src/assets/scss:src/assets/css --style compressed --sourcemap=none",
"js-watch": "webpack --progress --watch"
},
"devDependencies": {