moribvndvs / ng2-idle

Responding to idle users in Angular (not AngularJS) applications.
https://moribvndvs.github.io/ng2-idle
Apache License 2.0
315 stars 128 forks source link

Suggestion: Remove dev dependency on global packages #8

Closed spicywhitefish closed 8 years ago

spicywhitefish commented 8 years ago

In package.json: `- "postinstall": "typings install",

Now gulp install (global gulp) is npm run gulp install. This approach, while a little more verbose, is more accommodating for users or CI environments with a different version of typings or gulp installed globally.

spicywhitefish commented 8 years ago

Closing this issue, as this approach has caused difficulties for cross-platform dev. Specifically, the files in node_modules/.bin for Windows are bash scripts, but on OS X, they are JavaScript.