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

Create the Firefox addon from gulp #27

Open
cmolina opened this issue Jul 31, 2015 · 0 comments
Open

Create the Firefox addon from gulp #27

cmolina opened this issue Jul 31, 2015 · 0 comments

Comments

@cmolina
Copy link

cmolina commented Jul 31, 2015

I like to use the makefunction (mk-tmp-dir.js) from a gulp task.

The problem is that its options parameter has a cwd attribute which is used only for loading the package.json, but the rest of the chrome code is loaded using process.cwd() (even when they are in the same directory).

The expected behaviour is to load all the chrome files from options.cwd, so you do not have to change directory from gulp to successfully build the addon.

@cmolina cmolina changed the title Use options.cwd to load the chrome extension code in lib/mk-tmp-dir.js Create the Firefox addon from gulp Aug 7, 2015
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