m5o
m5o
Managed to run a static page with the following config. As a basement, I used this Heroku Rack setup: 📖 https://devcenter.heroku.com/articles/static-sites-ruby ``` $ tree static-site static-site ├── Gemfile ├── config.ru...
If you choose SVG-Export on [icomoon.io](http://icomoon.io/app/) you can optional generate png's. So this is maybe not the solution but a workaround to get the png's easily.
http://www.grumpicon.com looks also really cool
with this npm [handlebars-helpers](https://github.com/assemble/) package we would get access to lot of helpers quickly
[Recursive templating with Handlebars](http://isbullsh.it/2012/07/Handlebars-recursive/) could be a solution, but where is the right place for the `Handlebars.registerHelper`. Is this something Sassdown care about, or is this all "template" stuff
This is technically possible. Sass can interpolate strings in comments, but they will only print out to a string when compiling to CSS and using the CSS comments `/* */`...
Maybe you misunderstood this. I want to find a way to get control to the generated output. The case is. If for example, if you fetch the assets via wildcards...
hehe.. argh you don't get me yet. :sunny: I want that sassdown include that assets specified by the wildcard. Think of a really large site with various different page styles....
**Use Case:** Imagine a really large website, with various CSS-Styles organized in separate stylesheets files (e.g. checkout.css, product.css, shop.css, community.css) Separated because from context to context Modules (e.g. Alerts) had...
Jep now you get me. Thank you for your structure concept. It is one of many ways, as always ;-) In my project I had large legacy components also strict...