Skip to content

Commit

Permalink
Fix formatting and JavaScript references in README
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdpeters committed Aug 27, 2015
1 parent 7fa5890 commit 9aac3b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# CFWheels Asset Bundler

The asset bundler is a plugin to easily add bunding and compression for your javascript and stylesheet files. This allows you
to keep a neat and organized javascript or css library and combine and minify the files in your testing and production
The asset bundler is a plugin to easily add bunding and compression for your JavaScript and stylesheet files. This allows you
to keep a neat and organized JavaScript or css library and combine and minify the files in your testing and production
environments.

This plugin will override existing functionality within the Wheels core API and add a new method.

## New Methods

- `generateBundle`
- `type** - the type of files your are compressing together - can be `js` or `css`
- `type` - the type of files your are compressing together - can be `js` or `css`
- `source`/`sources` - the files you would like to be compressed together
- `bundle` - the name of the bundled file - it may contain a folder structure ex. `bundles/core`
- `compress` - whether to have the YUI compressor compress the bundled files, defaults to false
Expand Down

0 comments on commit 9aac3b3

Please sign in to comment.