Will Roberts
7d6d27a853
.gitignore fix path for webpack products
7 years ago
Will Roberts
132d5c0272
package.json: fix path for linting js code
7 years ago
Will Roberts
83d4fbbc9a
README: make new section for asset management
7 years ago
Will Roberts
9648429064
README: escape jinja2 curly braces
7 years ago
Will Roberts
7192ad630b
cleanup to webpack config
7 years ago
Will Roberts
52e69f5783
README: document webpack asset management
7 years ago
Will Roberts
04872dd6e2
fix paths to js and css in webpack config
7 years ago
Will Roberts
e44e118463
{{cookiecutter.app_name}}/assets/img/
7 years ago
Will Roberts
c204f3fd17
use webpack file-loader to manage assets apart from js and css
7 years ago
Will Roberts
cf0e254949
fix flake8 import order
7 years ago
Will Roberts
bc5feac02f
don't run flake8 on node_modules
7 years ago
Will Roberts
750c936892
travis: specify node v6.10
7 years ago
Will Roberts
ca71ac6584
travis: nvm install node
7 years ago
Will Roberts
80a36d2a73
travis: try using nvm
7 years ago
Will Roberts
7fb25fb4ce
travis: need node.js v6
7 years ago
Will Roberts
a13099d1ba
run "npm install" and "npm run build" during travis test
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
Steven Loria
bceb85cf54
Merge pull request #180 from sloria/pyup-update-pytest-3.1.1-to-3.1.2
...
Update pytest to 3.1.2
8 years ago
Steven Loria
29ea12e30b
Merge pull request #179 from sloria/pyup-update-isort-4.2.14-to-4.2.15
...
Update isort to 4.2.15
8 years ago
pyup-bot
2cdcb86012
Update pytest from 3.1.1 to 3.1.2
8 years ago
pyup-bot
4ebb4f96d9
Update isort from 4.2.14 to 4.2.15
8 years ago
Steven Loria
e5307d82ed
Merge pull request #178 from sloria/pyup-update-isort-4.2.5-to-4.2.14
...
Update isort to 4.2.14
8 years ago
pyup-bot
a121f2e34a
Update isort from 4.2.5 to 4.2.14
8 years ago
Steven Loria
0f5fe22c92
Merge pull request #171 from sloria/pyup-update-pytest-3.1.0-to-3.1.1
...
Update pytest to 3.1.1
8 years ago
Steven Loria
bc521069e5
Merge pull request #170 from sloria/pyup-update-flask-migrate-2.0.3-to-2.0.4
...
Update flask-migrate to 2.0.4
8 years ago
pyup-bot
d7591836e1
Update pytest from 3.1.0 to 3.1.1
8 years ago
pyup-bot
94aa477294
Update flask-migrate from 2.0.3 to 2.0.4
8 years ago
Steven Loria
9d6becaed1
Merge pull request #169 from sloria/pyup-update-flake8-quotes-0.10.1-to-0.11.0
...
Update flake8-quotes to 0.11.0
8 years ago
pyup-bot
5f16618827
Update flake8-quotes from 0.10.1 to 0.11.0
8 years ago
Steven Loria
29a3886e2c
Merge pull request #168 from sloria/pyup-update-pytest-3.0.7-to-3.1.0
...
Update pytest to 3.1.0
8 years ago
pyup-bot
4cd5700dda
Update pytest from 3.0.7 to 3.1.0
8 years ago
Steven Loria
64760daec3
Merge pull request #167 from sloria/pyup-update-flake8-quotes-0.9.0-to-0.10.1
...
Update flake8-quotes to 0.10.1
8 years ago
pyup-bot
931f4fe1aa
Update flake8-quotes from 0.9.0 to 0.10.1
8 years ago
Steven Loria
c0deaf68c6
Merge pull request #164 from sloria/pyup-update-flake8-isort-2.2-to-2.2.1
...
Update flake8-isort to 2.2.1
8 years ago
Steven Loria
7b1582180c
Merge pull request #166 from sloria/pyup-update-sqlalchemy-1.1.9-to-1.1.10
...
Update sqlalchemy to 1.1.10
8 years ago
pyup-bot
84ae2507f2
Update sqlalchemy from 1.1.9 to 1.1.10
8 years ago
Steven Loria
da045b218c
Merge pull request #162 from sloria/pyup-update-werkzeug-0.12.1-to-0.12.2
...
Update werkzeug to 0.12.2
8 years ago
Steven Loria
f93cd0075f
Merge pull request #161 from sloria/pyup-update-flask-0.12.1-to-0.12.2
...
Update flask to 0.12.2
8 years ago
pyup-bot
433af4a38b
Update flake8-isort from 2.2 to 2.2.1
8 years ago
Steven Loria
58500c5d10
Merge pull request #163 from sloria/pyup-update-flake8-docstrings-1.0.3-to-1.1.0
...
Update flake8-docstrings to 1.1.0
8 years ago
Steven Loria
eb0208a4ae
Merge branch 'master' of https://github.com/sloria/cookiecutter-flask
8 years ago
pyup-bot
f1b6d1aa9d
Update flake8-docstrings from 1.0.3 to 1.1.0
8 years ago
Steven Loria
3d969c7d52
Bump flake8-docstring
8 years ago
pyup-bot
6ee3ff29f0
Update werkzeug from 0.12.1 to 0.12.2
8 years ago
pyup-bot
2e522ed993
Update flask from 0.12.1 to 0.12.2
8 years ago
Steven Loria
f53347f018
Merge pull request #156 from sloria/pyup-update-sqlalchemy-1.1.5-to-1.1.9
...
Update sqlalchemy to 1.1.9
8 years ago
Steven Loria
0376ae6b2f
Merge pull request #155 from sloria/pyup-update-jinja2-2.9.5-to-2.9.6
...
Update jinja2 to 2.9.6
8 years ago
Steven Loria
256687a8cf
Merge pull request #153 from sloria/pyup-update-flask-0.12-to-0.12.1
...
Update flask to 0.12.1
8 years ago
pyup-bot
c372a0237a
Update sqlalchemy from 1.1.5 to 1.1.9
8 years ago
pyup-bot
68988e04f2
Update jinja2 from 2.9.5 to 2.9.6
8 years ago