Skip to content

Commit c98e2de

Browse files
committed
Updated to build.js, cleaned up package.json, project should work cross platform with ShellJS and rimraf
1 parent 1ede6fe commit c98e2de

28 files changed

+655
-462
lines changed

Diff for: .babelrc

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"presets": ["es2015"]
3+
}

Diff for: .gitignore

+9-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Logs
22
logs
33
*.log
4-
.npm-debug.log.*
54

65
# Runtime data
76
pids
@@ -41,20 +40,22 @@ Thumbs.db
4140
/typings/
4241
/tsd_typings/
4342

44-
# Typescript Build #
43+
# Src #
44+
45+
/tmp
46+
/ngfactory
47+
/src/app/*.js
48+
/src/app/**/*.js
49+
/src/app/**/*.metadata.json
50+
/src/public/compiler.jar
4551

46-
src/main.js
47-
src/main.js.map
48-
src/vendor.js
49-
src/vendor.js.map
50-
src/app/**/*.js
51-
src/app/**/*.js.map
5252

5353
# Dist #
5454
/dist
5555
/public/__build__/
5656
/src/*/__build__/
5757
__build__/**
58+
.webpack.json
5859

5960
# Doc #
6061
/doc/

0 commit comments

Comments
 (0)