WP-API / client-js

Backbone-based JavaScript client for WP API
267 stars 58 forks source link

Provide a dedicated build task #160

Closed ocean90 closed 7 years ago

ocean90 commented 7 years ago

This task only builds the JS files and is useful if you want to update your files but don't have the correct setup for tests (no WordPress install at localhost).

adamsilverstein commented 7 years ago

Seems like a reasonable enhancement, the tests only run locally if you point them to your local install with the plugin installed. This lets you build without running the tests.