You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ The following tasks are available and defined in `typhonjs-core-gulptasks`:
24
24
-[npm-uninstall](https://github.com/typhonjs/typhonjs-core-gulptasks/blob/master/tasks/npm.js) - Executes `npm uninstall` via NPM CLI.
25
25
-[test-basic](https://github.com/typhonjs/typhonjs-core-gulptasks/blob/master/tasks/test.js) - Sets process.env.TRAVIS and runs `eslint` and `jspm-bundle` tasks for basic testing. (Add `--travis` argument to run minimal in memory bundle op for Travis CI.)
26
26
27
-
Latest Update
27
+
Latest significant changes:
28
28
- 0.3.0:
29
29
- For esdoc task added [esdoc-importpath-plugin](https://www.npmjs.com/package/esdoc-importpath-plugin]) and
@@ -44,8 +44,8 @@ First include it as an entry in `devDependencies` in `package.json`:
44
44
45
45
"devDependencies": {
46
46
"gulp": "^3.9.0",
47
-
"jspm": "^0.16.14",
48
-
"typhonjs-core-gulptasks": "^0.3.0"
47
+
"jspm": "^0.16.19",
48
+
"typhonjs-core-gulptasks": "^0.3.1"
49
49
}
50
50
}
51
51
```
@@ -102,7 +102,7 @@ The following is an example entry:
102
102
103
103
Please note that `extraConfig` can be a string / file path relative to the project root path that defines an additional JSPM styled configuration file like `config.js` (wrapped in a `System.config({ ... });` statement). This is particularly useful to define additional user supplied mapped paths that incorporate normalized JSPM package paths resolved from `config.js`. If an object literal / hash is supplied it is loaded directly.
104
104
105
-
For a comprehensive demo and tutorial see the [backbone-parse-es6-demo](https://github.com/typhonjs/backbone-parse-es6-demo) repo which uses `typhonjs-core-gulptasks`.
105
+
For a comprehensive demo and tutorial see the [backbone-parse-es6-todos](https://github.com/typhonjs-demos/backbone-parse-es6-todos) repo which uses `typhonjs-core-gulptasks`.
106
106
107
107
typhonjs-core-gulptasks (c) 2015-present Michael Leahy, TyphonRT, Inc.
0 commit comments