fix fontAwesome variable name, remove unused npm dependencies

This commit is contained in:
Florian BLOUET
2015-12-02 18:15:32 +01:00
parent 261339ecd5
commit bb52ece5f4
4 changed files with 2 additions and 19 deletions

View File

@@ -1,19 +1,8 @@
var gulp = require('gulp');
var qunit = require('gulp-qunit');
var mochaPhantomjs = require('gulp-mocha-phantomjs');
var config = require('./config.js');
gulp.task('mocha_phantomjs', function () {
return gulp.src('www/scripts/tests/!*.html')
.pipe(mochaPhantomjs({
'reporter': 'dot',
'setting': [
'loadImages=false'
]
}));
});
gulp.task('test-components', function () {
return gulp.start('test-prod');
});