vecnatechnologies / quick-sip

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

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

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',
    ...

same thing with styles

kentmw commented 9 years ago

looks like you don't have to specify the roots if you just specify he dist and src options

kentmw commented 9 years ago

+1 @Earthstar, thanks!