tmpvar / livecad

live coding of 3d surfaces and objects
livecad.wtf
53 stars 2 forks source link

CSS Preprocessor + Build System #21

Closed distransient closed 10 years ago

distransient commented 10 years ago

Bundle stylesheets easier, make building easier.

tmpvar commented 10 years ago

yeah, I like this idea.

Right now to get this going I run watchify -e livecad.js -o static/bundle.js -v and nodemon server.js --oce=../net-oce/out/bin/net-oce. It would be really nice to wrap this up so that it's all under npm start

Major sticking point is the location of net-oce I'd prefer not to bundle it

tmpvar commented 10 years ago

landed!