Steven Loria
973bcd96cb
Use environment variables for configuration
...
As per https://12factor.net/
Use environs/python-dotenv for reading/parsing variables
6 years ago
dependabot[bot]
17b3c1ac28
Update eslint requirement from ^3.19.0 to ^5.3.0 in /{{cookiecutter.app_name}}
...
Updates the requirements on [eslint](https://github.com/eslint/eslint ) to permit the latest version.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/commits/v5.3.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
6 years ago
dependabot[bot]
445f23d16b
Update css-loader requirement to ^1.0.0 in /{{cookiecutter.app_name}}
...
Updates the requirements on [css-loader](https://github.com/webpack-contrib/css-loader ) to permit the latest version.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases )
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/css-loader/commits/v1.0.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
6 years ago
dependabot[bot]
c9e07d73b4
Update less requirement to ^3.8.0 in /{{cookiecutter.app_name}}
...
Updates the requirements on [less](https://github.com/less/less.js ) to permit the latest version.
- [Release notes](https://github.com/less/less.js/releases )
- [Changelog](https://github.com/less/less.js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/less/less.js/commits/v3.8.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
6 years ago
dependabot[bot]
e8fbb100a7
Update url-loader requirement to ^1.0.1 in /{{cookiecutter.app_name}}
...
Updates the requirements on [url-loader](https://github.com/webpack-contrib/url-loader ) to permit the latest version.
- [Release notes](https://github.com/webpack-contrib/url-loader/releases )
- [Changelog](https://github.com/webpack-contrib/url-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/url-loader/commits/v1.0.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
6 years ago
dependabot[bot]
6cfd02a216
Update babel-eslint requirement to ^8.2.6 in /{{cookiecutter.app_name}}
...
Updates the requirements on [babel-eslint](https://github.com/babel/babel-eslint ) to permit the latest version.
- [Release notes](https://github.com/babel/babel-eslint/releases )
- [Commits](https://github.com/babel/babel-eslint/commits/v8.2.6 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
6 years ago
dependabot[bot]
fc084339f3
Update file-loader requirement to ^1.1.11 in /{{cookiecutter.app_name}}
...
Updates the requirements on [file-loader](https://github.com/webpack/file-loader ) to permit the latest version.
- [Release notes](https://github.com/webpack/file-loader/releases )
- [Changelog](https://github.com/webpack-contrib/file-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack/file-loader/commits/v1.1.11 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
6 years ago
dependabot[bot]
78b1eecb07
Update webpack-dev-server requirement to ^3.1.5 in /{{cookiecutter.app_name}}
...
Updates the requirements on [webpack-dev-server](https://github.com/webpack/webpack-dev-server ) to permit the latest version.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases )
- [Commits](https://github.com/webpack/webpack-dev-server/commits/v3.1.5 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
6 years ago
Will Roberts
e1c91e6c09
package.json: specify engines with node>=4
7 years ago
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