Compare commits
No commits in common. "disable-versioning" and "master" have entirely different histories.
disable-ve
...
master
|
@ -14,6 +14,8 @@ Encore
|
||||||
|
|
||||||
.cleanupOutputBeforeBuild()
|
.cleanupOutputBeforeBuild()
|
||||||
.enableSourceMaps(!Encore.isProduction())
|
.enableSourceMaps(!Encore.isProduction())
|
||||||
|
// enables hashed filenames (e.g. app.abc123.css)
|
||||||
|
.enableVersioning(Encore.isProduction())
|
||||||
|
|
||||||
.enableSassLoader()
|
.enableSassLoader()
|
||||||
;
|
;
|
||||||
|
|
Loading…
Reference in a new issue