bezoerb / generator-grunt-symfony

[DEPRECATED] Yeoman generator that scaffolds out a Symfony PHP app including Browsersync, various CSS preprocessors, RequireJS, jspm, webpack and Service Worker
33 stars 5 forks source link

#197 CriticalJS produces useless css #199

Closed FossPrime closed 7 years ago

FossPrime commented 8 years ago

https://github.com/bezoerb/generator-grunt-symfony/issues/197

Turns out it does infact require that the index.html have valid paths for it's css. the 'base' option sets the base for routing these paths. As the .tmp folder is in the root, not the dist folder, this is most appropriate and fixes the issue.