Re: [web2py] Sass support example for web2py.

2014-09-07 Thread Encompass solutions
I understand. Gulp might be my ticket here. Let me learn more about it. BR, Jason Brower On Sunday, September 7, 2014 9:30:34 PM UTC+3, Niphlod wrote: > > BTW: there's a reason why they're called PRE-processors. Because they are > meant to "refresh" the dest just when the source is changed, no

Re: [web2py] Sass support example for web2py.

2014-09-07 Thread Niphlod
BTW: there's a reason why they're called PRE-processors. Because they are meant to "refresh" the dest just when the source is changed, not everytime they're served to the client (or they'll be called processors :-P). use what ramos pointed at (that is basically a preconfigured gulp config (altho

Re: [web2py] Sass support example for web2py.

2014-09-07 Thread António Ramos
check this https://github.com/ramstein74/Coffee_Jade_Stylus_inside_web2py 2014-09-07 16:30 GMT+01:00 Encompass solutions : > I use templates from wrapbootstrap a lot. 3 times a month even. > Sadly however, it's getting harder and harder to use those templates with > web2py due to no support b

[web2py] Sass support example for web2py.

2014-09-07 Thread Encompass solutions
I use templates from wrapbootstrap a lot. 3 times a month even. Sadly however, it's getting harder and harder to use those templates with web2py due to no support be it built-in or not, for SASS, LESS, and others getting much more popular. How can I make it so I code my css in SASS but to the cl