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

build folders with gulp api instead of execFile #5

Open
clkao opened this issue Feb 17, 2014 · 1 comment
Open

build folders with gulp api instead of execFile #5

clkao opened this issue Feb 17, 2014 · 1 comment

Comments

@clkao
Copy link
Owner

clkao commented Feb 17, 2014

No description provided.

@clkao
Copy link
Owner Author

clkao commented Feb 18, 2014

it seems we can now use liftoff to get a gulp cli instance. but sadly we need to chdir for each instance, so we still need to have standalone processes for each folder (unless we can achieve with zone or something)

cli = new Liftoff name: 'gulp'
cli.launch (-> handleArguments @), {cwd: '/path/to/project', argv._}
  • webworker doesn't work - it's also sandboxed in node-webkit env
  • child_process spawn still requires a bundled node executable, but it seems to be the best workaround for now.

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

No branches or pull requests

1 participant