bendyorke / boot-postcss

PostCSS runner for boot-clj
12 stars 0 forks source link

Option to use node over nashorn #2

Open bendyorke opened 8 years ago

bendyorke commented 8 years ago

Currently postcss is run on a nashorn engine. This means there is no dependancy on node, however that comes at the cost of speed. If the user has node, they should be able to opt in to use that instead of nashorn.

This has the added benefit of supporting more plugins