annotate tasks.py @ 445:b8db406cc5e4

web: Fix UI bugs and do a few improvements. - Fix problems introduced by upgrading to the latest PureCSS. - Simplify CSS/JS includes into the page. - Add a bit of shadow to the body when the search field is focused/expanded.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 03 Jan 2018 00:58:09 -0800
parents 41cdccd71717
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
432
41cdccd71717 cm: Add script for making a release.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
1 from invoke import Collection
41cdccd71717 cm: Add script for making a release.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
2 from monkeys.release import makerelease
41cdccd71717 cm: Add script for making a release.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
3
41cdccd71717 cm: Add script for making a release.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
4
41cdccd71717 cm: Add script for making a release.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
5 ns = Collection()
41cdccd71717 cm: Add script for making a release.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
6 ns.add_task(makerelease, name='release')