Compare commits

...

1 commit

Author SHA1 Message Date
Oliver Davies 33ff2ba53f Disable versioning for now 2019-06-21 08:57:44 +01:00

View file

@ -14,8 +14,6 @@ Encore
.cleanupOutputBeforeBuild() .cleanupOutputBeforeBuild()
.enableSourceMaps(!Encore.isProduction()) .enableSourceMaps(!Encore.isProduction())
// enables hashed filenames (e.g. app.abc123.css)
.enableVersioning(Encore.isProduction())
.enableSassLoader() .enableSassLoader()
; ;