Skip to content
Snippets Groups Projects
  1. Sep 28, 2018
  2. Sep 07, 2018
  3. Sep 04, 2018
  4. Aug 07, 2018
  5. Aug 06, 2018
  6. Jul 30, 2018
  7. Jul 29, 2018
  8. Jun 20, 2018
  9. Jan 31, 2018
  10. Oct 07, 2017
  11. Jun 25, 2017
  12. Jun 23, 2017
  13. Jun 22, 2017
  14. 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