planetfederal / sdk-apps

Base template for boundless sdk
Apache License 2.0
13 stars 14 forks source link

we shouldn't need to manually create build dir #7

Closed bartvde closed 8 years ago

bartvde commented 8 years ago
> browserify -g [envify --NODE_ENV production] -p [minifyify --no-map --exclude node_modules/openlayers/dist/ol.js] app.jsx -o build/app.js

events.js:141
      throw er; // Unhandled 'error' event
      ^

Error: ENOENT: no such file or directory, open 'build/app.js'
    at Error (native)
tbarsballe commented 8 years ago

FIxed: https://github.com/boundlessgeo/sdk-apps/commit/2e3a52c207c494680a0c5990953141af18d975df

bartvde commented 8 years ago

I'm going to do it for every app now, will refactor later into some kind of common sdk-utils package