Skip to content

Commit b50d5a9

Browse files
committed
Cosmetic comment changes
1 parent c056c46 commit b50d5a9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

gulpfile.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,6 @@ gulp.task('bump', function() {
6969
//////////
7070

7171
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');
7572
var builder = new Builder({
7673
paths: {'*': '*.js'},
7774
map: {
@@ -95,6 +92,7 @@ function build(done) {
9592
});
9693

9794
builder
95+
// start building with the root module file in the folder with the intended module name
9896
.bundle('a2-in-memory-web-api/core', 'dev.js')
9997
.then(function(output) {
10098
console.log('Build complete');

0 commit comments

Comments
 (0)