Skip to content
Snippets Groups Projects
  1. Jul 30, 2018
  2. Jul 29, 2018
  3. Jan 31, 2018
  4. Oct 07, 2017
  5. Jun 25, 2017
  6. Jun 23, 2017
  7. Jun 22, 2017
  8. Jun 21, 2017
    • Will Roberts's avatar
      cleanup to webpack config · 7192ad63
      Will Roberts authored
      7192ad63
    • Will Roberts's avatar
      replace bower with npm and Flask-Assets with webpack · 119b1026
      Will Roberts authored
      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
      119b1026
Loading