Skip to content

Commit 4b98246

Browse files
committed
Added JSPM features.
1 parent db1abec commit 4b98246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/jspm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ module.exports = function(gulp, options)
4747
* "minify": false, // Minify mangle property used by SystemJS Builder.
4848
* "src": "src/ModuleRuntime.js", // Entry source point for SystemJS Builder
4949
* "extraConfig": // (Optional) Defines additional JSPM config parameters to load after
50-
* { // ./config.json is loaded. Provide a string or array of strings and they
50+
* { // ./config.js is loaded. Provide a string or array of strings and they
5151
* "meta": // will be interpreted as an additional configuration file styled like
5252
* { // `config.js` or provide an object hash which is loaded directly. This
5353
* "jquery": { "build": false }, // example skips building `jquery` and `underscore`.

0 commit comments

Comments
 (0)