Hi,
I discovered Apostrophe a few days ago, and I must say that it’s a cms solution of choice for a developer.
While experimenting with it though, I quickly discovered that I will need to use SASS instead of LESS for my project. By the way, I don’t understand why Apostrophe uses LESS by default. Anyway, my goal is to use Zurb foundation with SASS, and in this purpose, I found a gulpfile.js (the only one found by googling “Gulpfile for Apostrophe CMS”). I managed to get it run, but I am not really sure about where to put my scss files. I tried in ‘lib/…/apostrophe-assets/css’, and in ‘public/css’ (not a good idea), the gulp script detects files changes, but doesn’t convert it to css, or doesn’t know where to output result, I don’t know, so I can’t push the resulting css. I’m missing something here, but I’m pretty sure i’m not the first to try and use SASS with Apostrophe…
Any Help welcome !!!
Thanks,
Fred.