Merge branch '4.x'

This commit is contained in:
Nils Knappmeier
2017-11-28 22:02:33 +01:00
2 changed files with 11 additions and 26 deletions
-25
View File
@@ -1,25 +0,0 @@
.DS_Store
.gitignore
.rvmrc
.eslintrc
.travis.yml
.rspec
Gemfile
Gemfile.lock
Rakefile
Gruntfile.js
*.gemspec
*.nuspec
*.log
bench/*
configurations/*
components/*
coverage/*
dist/cdnjs/*
dist/components/*
spec/*
src/*
tasks/*
tmp/*
publish/*
vendor/*
+11 -1
View File
@@ -72,5 +72,15 @@
"buildConfig": {
"minify": true
}
}
},
"files": [
"bin",
"dist/*.js",
"dist/amd/**/*.js",
"dist/cjs/**/*.js",
"lib",
"print-script",
"release-notes.md",
"runtime.js"
]
}