UNPKG

endpointjs

Version:

Endpoint.js enables modules within a web application to discover and use each other, whether that be on the same web page, other browser windows and tabs, iframes, servers and web workers in a reactive way by providing robust discovery, execution and stre

14 lines (13 loc) 267 B
module.exports = { serve: { files: [ { // OpenLayers 3 CSS cwd: 'dist', src: '**/*', dest: 'test/dist', expand: true } ] } };