sbt / sbt-stylus

sbt-web plugin for the stylus compiler
Other
2 stars 10 forks source link

Requesting update to latest stylus and stylus-nib with more options #7

Open jmparsons opened 9 years ago

jmparsons commented 9 years ago

The options I'm looking for the most are source maps and the --include-css flag to pull in imported external css during compilation.

huntc commented 9 years ago

Thanks for raising the issue. Fancy having a go at a PR? :-)

jmparsons commented 9 years ago

Yeah I can set one up.

jmparsons commented 9 years ago

@huntc I have a build working through sbt.

https://github.com/jmparsons/sbt-stylus/commit/4daca3a3157ae46c618580d78ef40762cd6fc7a6

In Play, however, I'm having difficulties with the order of available resources. For instance, if I use the setting includeCSS it doesn't detect the css file from say a webjar or common subproject.

There is also some path issues with the source maps. They do work, but are relative to the project or module creating doubled asset paths.

GitsMcGee commented 9 years ago

Ping! I'd love to see this merged in. Any update?

ghost commented 9 years ago

I am also looking for the "--include-css" option, it's kind of an important one

mkurz commented 8 months ago

Pull requests are welcome!