Skip to content

Commit 5be07ef

Browse files
updated package.json
1 parent f6e557e commit 5be07ef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"css", "framework", "sass", "responsive", "customizable", "multi-theme"
1010
],
1111
"scripts": {
12-
"prod": "sass src/punica.scss dist/punica.min.css --style compressed",
13-
"unminify": "sass src/punica.scss dist/punica.min.css",
12+
"prod": "sass src/punica.scss dist/punica.min.css --no-source-map --style compressed",
13+
"unminify": "sass src/punica.scss dist/punica.min.css --no-source-map",
1414
"watch": "npm run prod -- -w"
1515
},
1616
"dependencies": {

0 commit comments

Comments
 (0)