Anonyfox / node-webkit-hipster-seed

Bootstrap a crossplatform Desktop Application using tools you probably never heard of.
Other
1.29k stars 83 forks source link

Path errors in grunt #8

Closed kanakiyajay closed 10 years ago

kanakiyajay commented 10 years ago

Hi , I am on windows 7 64bit and have installed node-webkit-hipster at h:\hipster . But when running

cd hipster
npm run compiler

It tries to find files in h:\

> node-webkit-hipster-seed@0.0.2 compiler h:\hipster
> brunch watch -P

Error: Current directory is not brunch application root path, as it does not con
tain package.json (Error: Cannot find module 'h:\package.json')

on isolating the issue the brunch command should be brunch watch --server for windows but that also gives me a couple of errors :

27 Jan 10:53:05 - error: { [Error: Component must have "h:\hipster\bower_compone
nts\jquery\bower.json"] code: 'NO_BOWER_JSON' }
27 Jan 10:53:05 - info: application started on http://localhost:3333/
27 Jan 10:53:06 - error: Compiling of 'app\styles\app.less' failed. '/bower_comp
onents/bootstrap-less/less/reset.less' wasn't found
Anonyfox commented 10 years ago

Please look at #9 if this resolves this issue too.