Steven Loria
54e51268de
More concise npm scripts
7 years ago
Steven Loria
94fd865d78
Fix eslint errors and switch to babel-preset-env
7 years ago
Steven Loria
f86e6688a5
Remove unnecessary entries from package.json
7 years ago
Will Roberts
33ae81c0eb
concurrently: cleaner cmdline, and moar colors
7 years ago
Will Roberts
9afe52c81d
concurrently: set names for the two servers
7 years ago
Will Roberts
b278a72015
run webpack-dev-server and flask server with concurrently
7 years ago
Will Roberts
ec25c0401b
change NODE_ENV to "production"
7 years ago
Will Roberts
1387c88ee9
package.json: switch to bsd 3 license
7 years ago
Will Roberts
ba03230789
Revert "remove less and less-loader"
...
This reverts commit d39db511e5
.
7 years ago
Will Roberts
d39db511e5
remove less and less-loader
7 years ago
Will Roberts
0cb1aa422f
npm run build runs webpack in production mode
7 years ago
Will Roberts
132d5c0272
package.json: fix path for linting js code
7 years ago
Will Roberts
7192ad630b
cleanup to webpack config
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