Skip to content

Commit 1fdfea9

Browse files
author
Brad Berger
committedOct 14, 2015
Starts publishing of minified and non-minified resources
1 parent 3fc9fc6 commit 1fdfea9

10 files changed

+799
-15
lines changed
 

‎.codeclimate.yml

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
languages:
2-
JavaScript: true
3-
41
exclude_paths:
2+
- "node_modules/*"
3+
- "bower_components/*"
4+
- ".git/*"
55
- "test/*"
66
- "gulpfile.js"
77
- "protractor.conf.js"
8+
- "karma.conf.js"
9+
- "*.min.js"
10+
- "*.min.css"
811
- "dist/*"
912
- "website/*"
1013

@@ -14,4 +17,4 @@ engines:
1417

1518
ratings:
1619
paths:
17-
- src/**/*.js
20+
- src/**

‎angular-material-calendar.js

+381-1
Large diffs are not rendered by default.

‎angular-material-calendar.min.css

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎angular-material-calendar.min.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.