mithril-boilerplate
mithril-boilerplate copied to clipboard
A quick starter for Mithril projects
Updated node modules to more up to date versions and fixed the gulp tasks that needed migration to new APIs/interfaces.
hi, i'm trying to pull in custom fonts for my project, but keep receiving a 404 error. (yes, my files are in the correct folder). i've also tried pulling in...
By adding a few dependencies to package.json: ``` "through2":"*", "msx":"*" "gulp-plumber":"*", ``` and the following to the gulpfile (taken from the msx compiler github page and adapted): ``` var msx...