mohdoh Posted July 10, 2014 Share Posted July 10, 2014 Does Prestashop compile the sass files? if yes, then how to enable? If not, then how can I automate sass compiling on the server? I am using Siteground as the host. Link to comment Share on other sites More sharing options...
Dh42 Posted July 10, 2014 Share Posted July 10, 2014 No, they are precompiled when a version is published, they are not compiled on the server. Link to comment Share on other sites More sharing options...
mohdoh Posted July 10, 2014 Author Share Posted July 10, 2014 Thanks for the reply, but how to automate the compilation of sass on the server? Link to comment Share on other sites More sharing options...
Dh42 Posted July 10, 2014 Share Posted July 10, 2014 Why would you want to? It will just slow things down and cause issues. But if you really want to do it, play around with installing Compass on your server. Link to comment Share on other sites More sharing options...
mohdoh Posted July 10, 2014 Author Share Posted July 10, 2014 I would want this in case I change the sass file. basically when a new or changed file is detected, it compiles. I am currently editing and compiling the sass locally, then uploading the css, which is time inefficient. Wondering if there is a method used by Prestashop, before I start playing around installing compass or writing scripts. Link to comment Share on other sites More sharing options...
Dh42 Posted July 10, 2014 Share Posted July 10, 2014 There is not, there is no internal compiler built in. Link to comment Share on other sites More sharing options...
Recommended Posts