How to use the aurelia-cli.build.src function in aurelia-cli

To help you get started, we’ve selected a few aurelia-cli examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github aurelia / cli / lib / resources / tasks / build.ts View on Github external
function readProjectConfiguration() {
  return buildCLI.src(project);
}
github aurelia / cli / lib / resources / tasks / watch.js View on Github external
function readProjectConfiguration() {
  return build.src(project);
}
github aurelia-contrib / aurelia-combo / aurelia_project / tasks / watch.js View on Github external
function readProjectConfiguration() {
  return build.src(project);
}
github freshcutdevelopment / Aurelia-in-Action / Appendix A / Listing_A.6.build.js View on Github external
function readProjectConfiguration() {
  return build.src(project);
}