Skip to content
Snippets Groups Projects
Commit 119b1026 authored by Will Roberts's avatar Will Roberts
Browse files

replace bower with npm and Flask-Assets with webpack

The npm configuration:
- Includes linting of javascript with eslint

The webpack setup here:
- Bundles javascript and css, using hashing to support server-side
  caching, with support from Flask-Webpack and
  manifest-revision-webpack-plugin
- Uses babel to transpile ES6 javascript
- Includes a development server with hot-replacing of javascript and
  css code
parent bceb85cf
No related branches found
No related tags found
No related merge requests found
Showing
with 176 additions and 96 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment