mithril-boilerplate icon indicating copy to clipboard operation
mithril-boilerplate copied to clipboard

A quick starter for Mithril projects

Results 3 mithril-boilerplate issues
Sort by recently updated
recently updated
newest added

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...