Skip to content

Support for CSS pre-processing #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
matschaffer opened this issue Jun 19, 2013 · 5 comments
Open

Support for CSS pre-processing #3

matschaffer opened this issue Jun 19, 2013 · 5 comments

Comments

@matschaffer
Copy link

Many rapid web application development frameworks (Grails, Rails, Play) support an asset pipeline or some other facility for pre-processing web assets such as LESS -> CSS.

Having this support in pytheas would be ideal.

@quidryan
Copy link

There's a few examples of people using CSS/JS processing (LESS,Closure, etc) in Gradle. That could be leverages (though it still wouldn't be as good integration as what Play/SBT or Grails/Gant)

@matschaffer
Copy link
Author

Not a bad idea actually. Do you know of a way to get gradle monitoring for file changes and rebuilding?

@quidryan
Copy link

There's no known way of monitoring for file changes. I've seen an example the just exec'd grunt to do that, but that's obviously not ideal.

@davidmc24
Copy link

I haven't yet seen a LESS plugin for Gradle that has support for a "watch" mode (probably mostly because lesscss-java doesn't yet support it). @robfletcher's gradle-compass plugin has this sort of mode, though.

https://github.com/robfletcher/gradle-compass

@robfletcher
Copy link

My plugin uses the built-in file watching in Compass to do that. It's noticeably slower than doing the same thing with straight Grunt, though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants