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
}
}
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):