Adjust gulpfile to styleguide

This commit is contained in:
Surma 2015-08-06 12:39:04 +01:00
parent ee8c302c10
commit f2ef6663ce

View File

@ -357,7 +357,6 @@ gulp.task('demoresources', function () {
* put together. * put together.
*/ */
gulp.task('demos', ['demoresources'], function() { gulp.task('demos', ['demoresources'], function() {
function getComponentFolders() { function getComponentFolders() {
return fs.readdirSync('./src/') return fs.readdirSync('./src/')
.filter(function(file) { .filter(function(file) {