Configuration: Move/Rename folder
-
Hi,
Is it possible to move or rename a project folder in the default generated structure?
E.g. I would like to rename the ‘css’ folder to ‘styles’.
Can this be set in de quasar.conf.js file?Thanks for your help
Kind regards. -
Does anyone know if this is possible?
-
Youll have to check the source for that, why not just make your own styles folder instead?
-
@metalsadman Thanks for your response.
I could make my own styles folder, in fact that is my intention, but then I would like to remove de ‘css’ folder, so I don’t end up with a ‘styles’ and a ‘css’ folder.
When I put my ‘app.styl’ file in de styles folder and modify the quasar.conf.js section ccs[’~src/styles/app.styl’] and delete the css folder the compiler complains about: no such file or directory, open 'D:\vue-quasar\src\css\quasar.variables.styl’Kind regards
-
@metalsadman I checked the source and found https://github.com/quasarframework/quasar/blob/dev/app/lib/webpack/loader.quasar-stylus-variables.js.
Does this mean the ‘css’ folder cannot be renamed and the quasar.variables.styl file cannot be moved to another folder? Or do you or anyone els know of another way to achieve this?Thanks for your response
Kind regards