TimDumol / guard-stylus

A Guard plugin to watch and compile Stylus files
Other
3 stars 4 forks source link

guard-stylus

A Guard plugin to watch and compile Stylus files

Options

Example

guard 'stylus', :output => 'build', :all_on_start => true, :all_on_change => true do
  watch(%r{^src/(.+\.styl)$})
end

will compile files matching the regex ^src/(.+\.styl)$ and write the compiled output in build/\1 (e.g., src/foo/bar.styl goes to build/foo/bar.css.

Authors

License

guard-stylus is licensed under the Apache 2.0 license. Please refer to LICENSE for more details.