nwjs / grunt-nw-builder

Build NW.js applications for Mac, Windows and Linux using Grunt

Home Page:https://www.npmjs.com/package/grunt-nw-builder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fatal error: invalid file: xxx

gzcf opened this issue · comments

commented

nodewebkit task config

nodewebkit: {
      options: {
        platforms: ['linux64', 'win'],
        buildDir: './build',
        version: '0.8.5',
        cacheDir: 'node_webkit'
      },
      src: ['./public/**', 'package.json']
    }

output after run grunt

Running "nodewebkit:src" (nodewebkit) task
Using v0.8.5
Create cache folder in /home/gzc/workspace/trader-nw/node_webkit/0.8.5
Using cache for: win
Create cache folder in /home/gzc/workspace/trader-nw/node_webkit/0.8.5
Using cache for: linux64
Create release folder in /home/gzc/workspace/trader-nw/build/trader/win
Create release folder in /home/gzc/workspace/trader-nw/build/trader/linux64
Fatal error: invalid file: public

ls -l

...
lrwxrwxrwx.  1 gzc gzc    21 3月  21 2014 public -> ../trader-web/public/
...

public is soft symbolic link.
My grunt-node-webkit-builder version is 0.2.3.
Does it support symbolic link?Or I just went wrong?

I'm not sure. Does this still occur with the latest version?

commented

I haven't maintained this project for a long time. It's hard to find the project, update version, test it against the latest version. You may just close this issue.

👍