Skip to content

Commit

Permalink
Merge pull request #20 from binhtran432k/fix/no-sass-source-map
Browse files Browse the repository at this point in the history
fix(sass): do not generate source map
  • Loading branch information
binhtran432k authored Mar 24, 2024
2 parents 0decfb3 + b48663c commit e1f0864
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"dev": "perseus serve -w",
"preview": "perseus export -w",
"check": "perseus check",
"sass": "sass src/sass:static/styles",
"build": "perseus export --release && perseus export-error-page -c 404 -o dist/exported/404.html",
"sass:watch": "sass --watch src/sass:static/styles"
"sass": "sass --no-source-map src/sass:static/styles",
"sass:watch": "sass --no-source-map --watch src/sass:static/styles",
"build": "perseus export --release && perseus export-error-page -c 404 -o dist/exported/404.html"
},
"devDependencies": {
"sass": "^1.72.0"
Expand Down

0 comments on commit e1f0864

Please sign in to comment.