Steven Loria
|
2d88d415a6
|
Merge pull request #211 from sloria/pyup-update-psycopg2-2.7.3-to-2.7.3.1
Update psycopg2 to 2.7.3.1
|
7 years ago |
pyup-bot
|
618dc6a584
|
Update psycopg2 from 2.7.3 to 2.7.3.1
|
7 years ago |
Steven Loria
|
02c78cc710
|
Merge pull request #205 from sloria/pyup-update-flake8-isort-2.2.1-to-2.2.2
Update flake8-isort to 2.2.2
|
7 years ago |
pyup-bot
|
b65cb1753b
|
Update pytest from 3.1.3 to 3.2.1
|
7 years ago |
pyup-bot
|
5012645c4f
|
Update factory-boy from 2.8.1 to 2.9.2
|
7 years ago |
Steven Loria
|
51bdbad336
|
Merge pull request #198 from sloria/pyup-update-webtest-2.0.27-to-2.0.28
Update webtest to 2.0.28
|
7 years ago |
Steven Loria
|
70edebd0fc
|
Merge pull request #196 from sloria/pyup-update-flake8-3.3.0-to-3.4.1
Update flake8 to 3.4.1
|
7 years ago |
Steven Loria
|
f6fdcf5e3a
|
Merge pull request #194 from sloria/pyup-update-flask-migrate-2.0.4-to-2.1.0
Update flask-migrate to 2.1.0
|
7 years ago |
pyup-bot
|
3d30272a38
|
Update flake8-isort from 2.2.1 to 2.2.2
|
7 years ago |
Steven Loria
|
ed5238fe7d
|
Merge pull request #192 from sloria/pyup-update-psycopg2-2.7.2-to-2.7.3
Update psycopg2 to 2.7.3
|
7 years ago |
pyup-bot
|
f58e518feb
|
Update webtest from 2.0.27 to 2.0.28
|
7 years ago |
pyup-bot
|
1bcdc673ba
|
Update flake8 from 3.3.0 to 3.4.1
|
7 years ago |
pyup-bot
|
b1d8366861
|
Update flask-migrate from 2.0.4 to 2.1.0
|
7 years ago |
pyup-bot
|
034fcde289
|
Update psycopg2 from 2.7.2 to 2.7.3
|
7 years ago |
Steven Loria
|
2eee1b5392
|
Merge pull request #191 from sloria/pyup-update-psycopg2-2.7.1-to-2.7.2
Update psycopg2 to 2.7.2
|
7 years ago |
pyup-bot
|
78c34bd2ea
|
Update psycopg2 from 2.7.1 to 2.7.2
|
7 years ago |
Steven Loria
|
0c51e76d5e
|
Merge pull request #186 from sloria/pyup-update-pytest-3.1.2-to-3.1.3
Update pytest to 3.1.3
|
7 years ago |
pyup-bot
|
cf9059dfe4
|
Update pytest from 3.1.2 to 3.1.3
|
7 years ago |
Steven Loria
|
f86e6688a5
|
Remove unnecessary entries from package.json
|
7 years ago |
Steven Loria
|
e047530e24
|
This is 0.13.0
|
7 years ago |
Steven Loria
|
a9c43fbd77
|
Merge pull request #183 from wroberts/npm-webpack-es6
replace bower with npm and Flask-Assets with webpack
|
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
|
f1e89d809f
|
{{cookiecutter.app_name}}/assets/js/script.js: remove IIFE
|
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
|
1387c88ee9
|
package.json: switch to bsd 3 license
|
7 years ago |
Will Roberts
|
912ac83314
|
created travis: npm run lint and npm run build
|
7 years ago |
Will Roberts
|
0a6ca78bc8
|
travis: run eslint
|
7 years ago |
Will Roberts
|
35e72ea9f7
|
js code: fix eslint errors
|
7 years ago |
Steven Loria
|
7cd60b8211
|
Merge pull request #182 from sloria/pyup-update-sqlalchemy-1.1.10-to-1.1.11
Update sqlalchemy to 1.1.11
|
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
|
0cb1aa422f
|
npm run build runs webpack in production mode
|
7 years ago |
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 |