Commit Graph

128 Commits

Author SHA1 Message Date
Eric Ferraiuolo
6656a51a17 Bump version to 0.3.0-rc-3 2013-09-06 13:27:05 -04:00
Eric Ferraiuolo
14d767c603 Bump versions of bower and grunt-contrib-watch npm devDependencies 2013-09-03 11:25:31 -04:00
Eric Ferraiuolo
dce5f5d8b3 Bump version to 0.3.0-rc-2 2013-08-29 18:19:18 -04:00
Eric Ferraiuolo
34089c59bc Bump version to 0.3.0-rc-1 2013-08-27 15:22:14 -04:00
Eric Ferraiuolo
c8cdc530e3 Put grunt-contrib-watch back to ~0.3.1 2013-08-27 14:11:49 -04:00
Eric Ferraiuolo
9ab35b7d82 Merge branch 'grunt-bower' of github.com:ericf/pure into ericf-grunt-bower 2013-08-27 12:42:01 -04:00
Eric Ferraiuolo
f8dfe612fe Bump version to 0.3.0-pre 2013-08-27 11:19:37 -04:00
Eric Ferraiuolo
0e158fbd82 Update npm dependencies 2013-08-07 18:56:31 -04:00
Eric Ferraiuolo
1919e486a6 Bump version to 0.2.2-pre 2013-07-17 19:23:54 -07:00
Eric Ferraiuolo
c3502ef2a4 Bump version to 0.2.1 2013-07-17 19:16:03 -07:00
Eric Ferraiuolo
cc1184ec94 Downgrade grunt-contrib-watch to a version that doesn't use tiny-lr
The watch task's tiny-lr dependency does not have a license, so we
needed to downgrade to a version which doesn't use it. The project seems
to be abandoned, and this pull request hasn't been merged:
https://github.com/mklabs/tiny-lr/pull/15
2013-07-16 13:19:17 -07:00
Eric Ferraiuolo
fcdf9aec12 Bump version to 0.2.1-pre 2013-06-11 18:38:05 -04:00
Eric Ferraiuolo
869b2ae90e Bump version to 0.2.0 2013-06-11 18:33:44 -04:00
Eric Ferraiuolo
cc528c5d61 Add grunt watch task 2013-06-05 18:51:10 -04:00
Eric Ferraiuolo
4783db4201 Add CSSLint and grunt test task to lint CSS in the src/ dir
This gives basic linting of src CSS, but ignores linting normalize.css.
2013-06-05 14:04:38 -04:00
Eric Ferraiuolo
a89d2fee19 Bump temp version to 0.1.1-pre 2013-05-24 20:02:09 +01:00
Eric Ferraiuolo
09c3ef93c8 Bump version to 0.1.0 2013-05-24 19:54:42 +01:00
Eric Ferraiuolo
4f088f1543 Bump temp version to 0.1.0pre 2013-05-24 17:29:59 +01:00
Eric Ferraiuolo
494885d292 Integrate Bower into grunt import task
This uses Bower to import the Normalize.css dependency.
2013-05-23 13:58:55 +01:00
Eric Ferraiuolo
6411b45c12 Bump version to 0.0.3pre 2013-05-16 13:53:49 -04:00
Eric Ferraiuolo
b6f8e093df Bump version to 0.0.2 2013-05-16 13:53:08 -04:00
Eric Ferraiuolo
a19f09a17f Rename project to "Pure" 2013-05-16 13:21:35 -04:00
Eric Ferraiuolo
4786d3a0e8 Bump version to 0.0.2pre 2013-05-14 18:42:10 -04:00
Eric Ferraiuolo
52c6ac538b Add Grunt release task to create a .zip archive of the build/ dir
This adds the new `release` Grunt task which creates a .zip file in the
`release/[version]/` dir with the following name format and structure:

`[name]-[version].zip` where `name` and `version` are from package.json.
.
└── kimono
    └── 0.0.1
        └── *.css
2013-05-14 15:58:25 -04:00
Eric Ferraiuolo
79306853bb Revamp Gruntfile to improve its build and import tasks
This is a major rewrite of the Gruntfile which uses a config-driven
approach and leverages grunt-contrib-* plugins to do the heavy lifting.

This creates the build files according to the following conventions:

* `-nr.css`: Rollup `-core.css` + `[module].css` + `-[feature].css`.
* `[module].css`: Rollup `-nr.css`  + `-r.css`.
* `-min.css`: A minified file version of the files of the same name.
* `kimono-min.css`: Rollup of all `[module].css` files.
* `kimono-nr-min.css`: Rollup of all modules without `@media`

**Note:** `-r.css` files are not maintained as separate files.
2013-05-14 13:12:01 -04:00
Eric Ferraiuolo
6aef1a8623 Move grunt-contrib-clean to devDependencies 2013-05-13 15:09:00 -04:00
Eric Ferraiuolo
75e2d50407 Use grunt-contrib-clean for cleaning build tasks 2013-05-13 14:56:23 -04:00
Tilo Mitra
dbb805f448 Initial drop 2013-05-09 18:05:18 -04:00