Disable PurgeCSS for now
This commit is contained in:
parent
73b62cd182
commit
6478c40414
|
@ -1,3 +1,3 @@
|
|||
[build]
|
||||
command = "yarn dev && vendor/bin/sculpin generate -e prod && yarn prod && cp -R source/build output_prod"
|
||||
command = "yarn prod && vendor/bin/sculpin generate -e prod"
|
||||
publish = "output_prod"
|
||||
|
|
|
@ -10,11 +10,11 @@ mix.disableNotifications()
|
|||
.options({
|
||||
processCssUrls: false,
|
||||
})
|
||||
.purgeCss({
|
||||
globs: [
|
||||
path.join(__dirname, 'output_prod/**/*.html'),
|
||||
],
|
||||
})
|
||||
// .purgeCss({
|
||||
// globs: [
|
||||
// path.join(__dirname, 'output_prod/**/*.html'),
|
||||
// ],
|
||||
// })
|
||||
.options({
|
||||
processCssUrls: false
|
||||
});
|
||||
|
|
Reference in a new issue