You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
would be nice (and I guess not much work) to have stylus support added. I am not sure enough about the code of the generator, but the output of the example in the readme would be (in the shortest possible form):
## Utilize an object FileMeta to contain everything needed for each
file.
It keeps the original path and supplies helper functions to do
everything necessary with each file.
## Use functional style to filter the file list
* `filterOnlyImage` Filter out fonts as well as CSS files
* `filterOnlyExists` Filter out files that don’t exist
* `filterOnlySmall` Filter away large files if IE8 mode activated
## Other fixes
* Verify that `fs.exists` instead of opening and using `try…catch`
* The path verification didn’t work in my project. I added a method of
detecting the path (asciidisco#52) but kept both the other methods (asciidisco#50, asciidisco#54) so
as not to break any earlier functionality.
Hi,
would be nice (and I guess not much work) to have stylus support added. I am not sure enough about the code of the generator, but the output of the example in the readme would be (in the shortest possible form):
Stylus Docs: http://learnboost.github.io/stylus/
Test my code (it's a form, so paste the code to the left): http://learnboost.github.io/stylus/try.html
The text was updated successfully, but these errors were encountered: