Skip to content

Commit

Permalink
Update docs to reflect change to reshape (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nimit Shah authored and jescalan committed Aug 22, 2016
1 parent 32583a7 commit be01710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Spike certainly is not the only [static site generator](https://www.staticgen.co

Spike is fairly strict in enforcing a default stack. However, the stack allows for quite a large amount of flexibility as both the css and js parsers are able to accept plugins. Also spike's core compiler is [Webpack](https://github.com/webpack/webpack), so you can customize your project with [loaders](https://webpack.github.io/docs/loaders.html) and [plugins](https://webpack.github.io/docs/plugins.html). The inflexibility of the stack means faster compiles and better stability. We use...

- [jade](http://jade-lang.com/) for markup
- [reshape](https://github.com/reshape/reshape) for markup
- [babel](https://babeljs.io/) for JS and JS transforms
- [postcss](https://github.com/postcss/postcss) for CSS transforms
- [webpack](http://webpack.github.io) as the core compiler
Expand Down

0 comments on commit be01710

Please sign in to comment.