Skip to content

Commit

Permalink
Updated gulp installation to download definitions from latest modepre…
Browse files Browse the repository at this point in the history
…ss & users definitions
  • Loading branch information
MKHenson committed Jun 27, 2016
1 parent 17d8be9 commit cc47769
Show file tree
Hide file tree
Showing 3 changed files with 220 additions and 101 deletions.
4 changes: 2 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,8 @@ function getDefinition(url, dest, name) {
*/
gulp.task('install-definitions', function () {
return Promise.all([
getDefinition("https://raw.githubusercontent.com/MKHenson/users/dev/dist/definitions/definitions.d.ts", "src/definitions/required/", "users.d.ts"),
getDefinition("https://raw.githubusercontent.com/MKHenson/modepress/dev/server/dist/definitions/modepress-api.d.ts", "src/definitions/required/", "modepress-api.d.ts")
getDefinition("https://raw.githubusercontent.com/MKHenson/users/dev/src/definitions/custom/definitions.d.ts", "src/definitions/required/", "users.d.ts"),
getDefinition("https://raw.githubusercontent.com/MKHenson/modepress/dev/server/src/definitions/custom/modepress-api.d.ts", "src/definitions/required/", "modepress-api.d.ts")
]);
});

Expand Down
Loading

0 comments on commit cc47769

Please sign in to comment.