Ajey Charantimath
Ajey Charantimath
Well I do see the "extensions" folder in `X.app/Content/Resources/app.nw/` along with the package.json file. And in the package json file this is the load path for the extension - `--load-extension=./extensions/aj`...
Well process.cwd() prints out the path - `"/Users/acharantimath/Desktop/node_webkit/new/dist/APP-99.99.991-mac-x64/PT_APP.app/Contents/Resources/app.nw"` And in the app.nw folder I have "extensions", "main.html" and "package.json"
Tried with ``` "excludes": [ "./node_modules/*" ] ``` But no luck :(
Nope that doesn't work either. And yes, modules that are used only during development are in `devDependency`. But I do have a bunch of `dependencies` which in turn have their...
@evshiron Okay adding both `"**/node_modules"` & `"**/node_modules/**/*"` makes it ignore the `node_modules` folder. Thanks for the help. But still wonder why do I need to add both. Ideal thing to...
@evshiron Occupied for a project for now. Will send a PR once I am free :)
@evshiron can you point me to the resources to be used on windows? If its straightforward we could include it in `nwjs-builder-phoenix`
Thanks. Will look into it.
I still get the same error and I am using RC4
Will it matter if I have installed my app via pkg?