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