spike-core
spike-core copied to clipboard
:warning: UNMAINTAINED :warning: A modern static build tool, powered by webpack
☝️ Greenkeeper’s [updated Terms of Service](https://mailchi.mp/ebfddc9880a9/were-updating-our-terms-of-service) will come into effect on April 6th, 2018. ## Version **4.0.0** of [webpack](https://github.com/webpack/webpack) was just published. Dependency webpack Current Version 3.11.0 Type dependency The...
## The devDependency [ava](https://github.com/avajs/ava) was updated from `0.25.0` to `1.0.1`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...
## The devDependency [nyc](https://github.com/istanbuljs/nyc) was updated from `12.0.2` to `13.2.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...
## Version **8.0.0** of **babel-loader** was just published. Dependency babel-loader Current Version 7.1.5 Type dependency The version **8.0.0** is **not covered** by your **current version range**. If you don’t accept...
## Version **13.1.0** of [joi](https://github.com/hapijs/joi) was just published. Dependency joi Current Version 12.0.0 Type dependency The version **13.1.0** is **not covered** by your **current version range**. If you don’t accept...
## The devDependency [husky](https://github.com/typicode/husky) was updated from `0.14.3` to `1.0.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...
## Version **12.0.0** of **postcss-import** was just published. Dependency postcss-import Current Version 11.1.0 Type devDependency The version **12.0.0** is **not covered** by your **current version range**. If you don’t accept...
## The dependency [browser-sync](https://github.com/BrowserSync/browser-sync) was updated from `2.25.0` to `2.26.0`. 🚨 [View failing branch](https://github.com/static-dev/spike-core/compare/master...static-dev:greenkeeper%2Fbrowser-sync-2.26.0). This version is **covered** by your **current version range** and after updating it in your project...
## The devDependency [postcss-color-gray](https://github.com/postcss/postcss-color-gray) was updated from `4.1.0` to `5.0.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...
Having index.pug in views and this in app.js: module: { rules: [{ test: /\.pug$/, use: [{ loader: 'pug-static-loader', options: { _spikeExtension: 'html', pretty: false, locals: { foo: 'bar' } }...