Florian
Florian
The current way of generating a favicon for legacy browsers isn't actually producing a valid file (renaming a `.png` to `.ico`, what was I thinking!). Try finding something like [Node...
As discussed in #9 and explored in #34, a suitable package manager needs to be found (or written!) for usage in Headstart. Both Bower and Duo are great projects in...
With the amount of features included in Headstart, it is difficult to quality control every release. Tests should therefore be written to automate validation of features. The [Release Checklist](https://github.com/flovan/headstart/blob/master/RELEASE-CHECKLIST.md) is...
As someone pointed out through email, changes in imported Sass files won't trigger a reload in certain circumstances. If imports are made _after_ the `build` has been started, only a...
Probably related to [this issue](https://github.com/shama/gaze/issues/114). Might involve having to get @floatdrop's approval through issue/PR to upgrade the dependency.
The rem mixin generates pixel fallbacks for older browsers, though when IE8 or lower needs to be supported, gulp-minify-css strips these out, leaving only the rem values and a crippled...
Add support for Node v0.12.x. Also #51.
Templates from subfolders won't get assets injected, eg. in combination with `"assemble_templates"=false`. It should be possible to have shared main, and sub assets. A solution for this will probably also...
I know you aren't technically maintaining this repo anymore (though you did merge a PR recently) in favour of https://github.com/lox/sass-graph, but I have [stumbled onto a problem](https://github.com/flovan/headstart/issues/12) that I'd like...