Whiskey
da0fa70a53
Images missing in webpack 4 ( #535 )
...
Fix for #509 courtesy of lamphej and brightgems.
5 years ago
James Curtin
d2f37093e1
One-time black refactor of template
5 years ago
dependabot-preview[bot]
5d7f8ab303
Update url-loader requirement from ^1.1.2 to ^2.0.0 in /{{cookiecutter.app_name}} ( #498 )
5 years ago
James Curtin
956390b308
Upgrade JS modules
...
A number of modules were a few major versions out of date or were deprecated. Bumping versions and swapping out a few dependencies that do not seem to be maintained.
5 years ago
James Curtin
0ed150b02a
Implement docker environment
6 years ago
Steven Loria
94fd865d78
Fix eslint errors and switch to babel-preset-env
7 years ago
Will Roberts
2286b842d2
webpack-config: build source-map in production mode
7 years ago
Will Roberts
83ae3ebfab
webpack-config: export NODE_ENV=production when not in debug mode
7 years ago
Will Roberts
ec25c0401b
change NODE_ENV to "production"
7 years ago
Will Roberts
ba03230789
Revert "remove less and less-loader"
...
This reverts commit d39db511e5
.
7 years ago
Will Roberts
aecf38debc
webpack config: another fix to broken regex
7 years ago
Will Roberts
d884e1afbd
webpack config: fix broken regex
7 years ago
Will Roberts
8696c884b1
process more stuff through file-loader
7 years ago
Will Roberts
d39db511e5
remove less and less-loader
7 years ago
Will Roberts
7192ad630b
cleanup to webpack config
7 years ago
Will Roberts
04872dd6e2
fix paths to js and css in webpack config
7 years ago
Will Roberts
c204f3fd17
use webpack file-loader to manage assets apart from js and css
7 years ago
Will Roberts
750c936892
travis: specify node v6.10
7 years ago
Will Roberts
119b102693
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
7 years ago