Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm scripts for development #27

Open
tofuness opened this issue Nov 3, 2016 · 1 comment
Open

npm scripts for development #27

tofuness opened this issue Nov 3, 2016 · 1 comment

Comments

@tofuness
Copy link
Contributor

tofuness commented Nov 3, 2016

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
  }
}
@williamngan
Copy link
Owner

Interesting. I didn't realize it still requires global gulp even it's in devDependencies. Will fix. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants