Skip to content

Commit

Permalink
Updates README
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Cook committed Nov 21, 2014
1 parent ccdf86a commit 0355ca2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,14 @@ grunt.initConfig({
compress: true
},
files: {
'dest/default_options': ['src/testing', 'src/123'],
'styles/css': ['styles/base.css', 'styles/layout/*.css'],
},
}
});
```

If the file destination is a folder, the stylesheet will be created in that folder with the same name as the original. Otherwise, it will be created in the exact path specified.

## Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [Grunt](http://gruntjs.com/).

Expand Down

0 comments on commit 0355ca2

Please sign in to comment.