Mercurial > piecrust2
annotate docs/bower.json @ 324:65e6d72f3877
bake/serve: Fix how taxonomy index pages are setup and rendered.
* Properly use the taxonomy's setting name where appropriate.
* Delete duplicated (and sometimes incorrect) code in 2 places to setup
filtering on an index page and consolidate it on the `PageRenderingContext`.
* Add unit tests.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sun, 29 Mar 2015 23:08:37 -0700 |
parents | 07d53370724b |
children |
rev | line source |
---|---|
265
07d53370724b
Add bower configuration file.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
1 { |
07d53370724b
Add bower configuration file.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
2 "name": "PieCrust", |
07d53370724b
Add bower configuration file.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
3 "version": "0.0.1", |
07d53370724b
Add bower configuration file.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
4 "private": "true", |
07d53370724b
Add bower configuration file.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
5 "dependencies": { |
07d53370724b
Add bower configuration file.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
6 "bootstrap": "~3.3.2" |
07d53370724b
Add bower configuration file.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
7 } |
07d53370724b
Add bower configuration file.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
8 } |