hof 19.15.0-sass-config-additions-beta → 19.15.2-sass-config-additions-beta
Sign up to get free protection for your applications and to get access to all the features.
@@ -13,8 +13,8 @@ module.exports = {
|
|
13
13
|
out: 'public/css/app.css',
|
14
14
|
match: 'assets/scss/**/*.scss',
|
15
15
|
restart: false,
|
16
|
-
quietDeps:
|
17
|
-
outputStyle: '
|
16
|
+
quietDeps: true,
|
17
|
+
outputStyle: 'compressed'
|
18
18
|
},
|
19
19
|
translate: {
|
20
20
|
src: 'apps/**/translations/src',
|
package/package.json
CHANGED