diff --git a/Gruntfile.js b/Gruntfile.js index 6754ff5..918fb94 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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', diff --git a/README.md b/README.md index 9d59f8c..8e2196d 100644 --- a/README.md +++ b/README.md @@ -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.