fix a few errors in notes of gulpfile

This commit is contained in:
Eric Wafford
2015-01-28 14:41:07 -06:00
parent 84437f738e
commit 226f0f9fc7

View File

@@ -19,11 +19,11 @@ var path = manifest.paths;
var config = manifest.config || {};
// `globs` - These ultimately end up in their respective `gulp.src`.
// - `globs.js` - array of asset-builder js Depenency objects. Example:
// - `globs.js` - array of asset-builder js Dependency objects. Example:
// ```
// { type: 'js', name: 'main.js', globs: [] }
// ```
// - `globs.css` an array of asset-builder css Depenency objects. Example:
// - `globs.css` an array of asset-builder css Dependency objects. Example:
// ```
// { type: 'css', name: 'main.css', globs: [] }
// ```
@@ -34,7 +34,7 @@ var globs = manifest.globs;
// `project` - paths to first-party assets.
// - `project.js` - array of first-party js assets
// - `project.css` - array of first-party js assets
// - `project.css` - array of first-party css assets
var project = manifest.getProjectGlobs();
// CLI options