Skip to content

Commit aee2d34

Browse files
committed
cleanup
1 parent 379b099 commit aee2d34

File tree

5 files changed

+5
-105
lines changed

5 files changed

+5
-105
lines changed

.gitignore

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@ node_modules
33
jspm_packages
44
bower_components
55
*.log
6-
dist
6+
dist
7+
/index.html
8+
/index.js
9+
/index.css

build/tasks/html.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ function buildHtml(env) {
1717
})
1818
)
1919
.pipe(gulp.dest("./"));
20-
}
20+
}

index.css

-59
This file was deleted.

index.html

-33
This file was deleted.

index.js

-11
This file was deleted.

0 commit comments

Comments
 (0)