-
Notifications
You must be signed in to change notification settings - Fork 16
"grunt deploy-dev" fails #163
Copy link
Copy link
Closed
Labels
Description
I was testing out the new grunt deploy-dev from #159 and am running into this error:
Fatal error: handle is not a Buffer
Here is my full transcript:
example-sim samreid$ cd ../chipper/
chipper samreid$ npm install
npm WARN package.json pngjs@0.4.0 No repository field.
chipper samreid$ cd ../example-sim/
example-sim samreid$ grunt
Running "jshint:allFiles" (jshint) task
>> 383 files lint free.
Running "clean" task
Running "set-preload" task
Running "set-third-party-licenses" task
Running "before-requirejs-build" task
Running "requirejs:build" (requirejs) task
>> RequireJS optimizer finished
/Users/samreid/github/example-sim/build/example-sim.min.js
Uncompressed size: 1741128 bytes.
Compressed size: 168125 bytes gzipped. (655762 bytes minified)
Running "after-requirejs-build" task
Done, without errors.
example-sim samreid$ grunt deploy-dev
Running "deploy-dev" task
Copying files to spot.colorado.edu...
Fatal error: handle is not a Buffer
What do you think the problem may be?
Reactions are currently unavailable