headstart
headstart copied to clipboard
An automated front-end setup
I'm on windows 10 machine. While I tried installing using the command `npm install -g headstart` it just hangs up like the one attached in the screenshot. Also there was...
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...
Hi again, :) is there a way of not optimize SVG files? I'm having some problems with that, and want not to have that optimized when in production! thanks again
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.