Skip to content
Snippets Groups Projects
  1. Jan 31, 2018
  2. Jun 25, 2017
  3. Jun 21, 2017
    • 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
  4. Nov 06, 2016
  5. Sep 10, 2016
  6. Aug 29, 2016
  7. Aug 24, 2016
    • Jeremy Epstein's avatar
      Use Click instead of Flask-Script for CLI commands · 3d8f8c3c
      Jeremy Epstein authored
      - Update Flask to 0.11 (with built-in Click integration)
      - Remove manage.py
      - Add autoapp.py per Flask doc's new recommendations
        for using Click with an app factory
      - Define cookiecutter-flask's commands in cli.py
      - Register shell context and shell commands as part
        of factory-based app creation
      - Update README instructions with examples for running
        commands in new Click style
      3d8f8c3c
  8. Mar 06, 2016
  9. Nov 10, 2015
  10. Apr 15, 2015
  11. Dec 01, 2014
  12. Nov 03, 2014
  13. Sep 30, 2014
  14. Jul 28, 2014
  15. Jul 27, 2014
  16. Jun 07, 2014
  17. Apr 19, 2014
  18. Feb 26, 2014
  19. Feb 21, 2014
  20. Jan 20, 2014
  21. Dec 08, 2013
  22. Dec 07, 2013
  23. Dec 06, 2013
  24. Sep 21, 2013
Loading