mirror of
https://github.com/pure-css/pure.git
synced 2024-11-07 21:34:24 +00:00
Added unminifed roll-up of everything. 'pure.css'.
This commit is contained in:
parent
6da5f9dd10
commit
f15248ea38
@ -114,6 +114,14 @@ grunt.initConfig({
|
||||
|
||||
all: {
|
||||
files: {
|
||||
'build/<%= pkg.name %>.css': [
|
||||
'build/base.css',
|
||||
'build/buttons.css',
|
||||
'build/forms.css',
|
||||
'build/grids.css',
|
||||
'build/menus.css',
|
||||
'build/tables.css'
|
||||
],
|
||||
'build/<%= pkg.name %>-min.css': [
|
||||
'build/base-min.css',
|
||||
'build/buttons-min.css',
|
||||
|
@ -100,6 +100,9 @@ conventions of the files in the `build/` directory follow these rules:
|
||||
|
||||
* `*-min.css`: A minified file version of the files of the same name.
|
||||
|
||||
* `pure.css`: A rollup of all `[module].css` files in the `build/` dir.
|
||||
This is a responsive roll-up of everything.
|
||||
|
||||
* `pure-min.css`: A rollup of all `[module]-min.css` files in the `build/` dir.
|
||||
This is a responsive roll-up of everything.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user