mattdesl / svg-mesh-3d

:rocket: converts a SVG path to a 3D mesh
http://mattdesl.github.io/svg-mesh-3d/
MIT License
1.2k stars 92 forks source link

Buddle.js #3

Closed matteocattelan closed 8 years ago

matteocattelan commented 8 years ago

Hi, your svg-mesh-3d is great but if i download it, not work because miss the buddle.js file. Is correct?

Is possible to have this file not minimized?

ThKs a lot

escapedcat commented 8 years ago

I guess you mean bundle.js After cloning the repo run this in the root folder:

npm install

After everything is installed run this:

npm start

It will run the script to create the bundle.js and start a local server...

info budo: Server running at http://10.119.8.103:9966/ (connect)
info budo: LiveReload running on 35729
info browserify: /bundle.js 3002695 5597ms (bundle)
info http: GET /bundle.js 200 2ms (generated)

Then you can open http://10.119.8.103:9966 with your browser.

mattdesl commented 8 years ago

^ Yup! Thanks @escapedcat :+1: