Commit Graph

24 Commits

Author SHA1 Message Date
Eric Ferraiuolo
a4c0ade4b1 Generate 5ths and 24ths grid units including non-reduced fractions
Closes #144
Relates #149
2013-11-24 18:40:32 -05:00
Eric Ferraiuolo
dfff4fe238 Generate Grids Units via Grunt task 2013-11-18 14:46:19 -05:00
Eric Ferraiuolo
5cec523755 Move local Grunt tasks to tasks/ dir 2013-11-18 14:45:37 -05:00
Eric Ferraiuolo
61e26272a9 Use grunt-css-selectors Grunt plugin to prefix Normalize.css selectors 2013-09-25 00:34:55 -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
cc7f35dfa0 Create non-minified pure-nr.css file along with pure.css 2013-08-27 12:34:16 -04:00
Omeid
f15248ea38 Added unminifed roll-up of everything. 'pure.css'. 2013-08-23 22:50:38 +10:00
Eric Ferraiuolo
f9bbf6f694 Use bower.json to get current Normalize.css version number 2013-08-12 10:34:23 -04:00
Eric Ferraiuolo
f496042888 Tweak formatting and remove unused stuff in Gruntfile 2013-08-07 19:14:23 -04:00
Eric Ferraiuolo
f2733cb2ff Simplify Grunt tasks and include Normalize.css import by default
Running `grunt` will now use Bower to install Normalize.css. As of 1.0.0
Bower got much faster, and it also uses a cache so the install only
happens once.

Added `grunt build` which does not the "import" or "test" tasks.
2013-08-07 18:57:06 -04:00
Eric Ferraiuolo
04d158f414 Change grunt watch task for first run a build 2013-06-07 13:00:35 -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
David Lantner
da94f2f31e Typo in grunt.log message
"Stampped" to "Stamped"
2013-05-29 21:01:33 -03:00
Eric Ferraiuolo
db11feeff7 Checkin Normalize.css' bower.json so its version can be determined
This allows the Normalize.css version number to be determined
programmatically to be used in the license banner.
2013-05-23 14:44:48 +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
cb7ced1e6b Update Gruntfile.js with new pure prefix and re-import Normalize.css 2013-05-16 13:34:29 -04:00
Eric Ferraiuolo
a19f09a17f Rename project to "Pure" 2013-05-16 13:21:35 -04:00
Eric Ferraiuolo
bd63012fa1 Add Grunt license task to stamp the Normalize.css and Yahoo! licenses
This task prepends the proper licenses to the built files as the very
last step of the `default` Grunt task.
2013-05-14 16:59:18 -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
f0d71204bf Update Gruntfile to use grids-core.css after base -> core rename 2013-05-14 13:58:31 -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
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