We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c056c46 commit b50d5a9Copy full SHA for b50d5a9
gulpfile.js
@@ -69,9 +69,6 @@ gulp.task('bump', function() {
69
//////////
70
71
function build(done) {
72
- // optional constructor options
73
- // sets the baseURL and loads the configuration file
74
- //var builder = new Builder('path/to/baseURL', 'path/to/system/config-file.js');
75
var builder = new Builder({
76
paths: {'*': '*.js'},
77
map: {
@@ -95,6 +92,7 @@ function build(done) {
95
92
});
96
93
97
94
builder
+ // start building with the root module file in the folder with the intended module name
98
.bundle('a2-in-memory-web-api/core', 'dev.js')
99
.then(function(output) {
100
console.log('Build complete');
0 commit comments