theruther4d / Apparatus

:computer: A mac apparatus that let's you create and display widgets on your desktop
0 stars 0 forks source link

What if widgets ran their own build processes? #9

Closed theruther4d closed 8 years ago

theruther4d commented 8 years ago

Perhaps to save space, instead of trying to compile and process widgets, let widget authors run their own build system. Watch files in each widgets /dist directory for changes, and just concatenate them into one file. Also gives authors more choice (gulp, grunt, broccoli, etc.) and they can use literally any languages they want.