UNPKG

lasso

Version:

Lasso.js is a build tool and runtime library for building and bundling all of the resources needed by a web application

18 lines (13 loc) 267 B
module.exports = { properties: { path: 'string' }, // we don't actually produce JavaScript or CSS contentType: 'none', read: function(lassoContext) { return null; }, calculateKey () { return 'comment'; } };