phetsims / kite

A library for creating, manipulating and displaying 2D shapes in JavaScript.
MIT License
13 stars 6 forks source link

Use chipper grunt build-js #65

Closed samreid closed 8 years ago

samreid commented 8 years ago

We should port kite to use chipper grunt build-js and delete copied grunt things. Additional tasks that must be kept can be moved to chipper or chipper can run the extra tasks from kite.

See https://github.com/phetsims/scenery/issues/567

samreid commented 8 years ago

In the above commit, I switched to chipper builds and confirmed the automated test harness for compiled versions is working correctly.