-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Labels
Description
Compiling pt currently requires a global installation of gulp. I think it can be worth introducing some npm scripts to avoid having to install gulp globally.
Example (package.json):
{
name: "ptjs",
...
"scripts": {
"gulp:watch": "gulp" <-- uses the local gulp dependency
}
}
Reactions are currently unavailable