arikwex / quick-sip

Gulp build process tasks that provide watchify and sass compilation.
MIT License
1 stars 9 forks source link

I had to specify browserify.root in default overrides #17

Closed kentmw closed 9 years ago

kentmw commented 9 years ago

I received this error: [BROWSERIFY] @ 13:39:24 9/8/2015 Error: Cannot find module '/other/dev/myproj/server/server-spa/undefined/app' from '/other/dev/myproj/server/server-spa'

that went away when I added the default:

  browserify: {
    root: './app/app',
    ...
kentmw commented 9 years ago

same thing with styles

mandragorn commented 9 years ago

@kentmw - please move this to the vecna project for quick-sip since we are no longer pushing vecna changes to this repo (Blake will be updating npm to list Vecna's repo instead). Also Blake and Deena are actively working on fixing this.

kentmw commented 9 years ago

done https://github.com/vecnatechnologies/quick-sip/issues/8