BLUE
PHP 7.4.33
Path:
/var/www/podio.norlys.foo/httpdocs/node_modules/stackframe
Run
Logout
Edit File
Size: 1.77 KB
Close
/var/www/podio.norlys.foo/httpdocs/node_modules/stackframe/gulpfile.js
Text
Base64
var coveralls = require('gulp-coveralls'); var del = require('del'); var gulp = require('gulp'); var jshint = require('gulp-jshint'); var karma = require('karma'); var rename = require('gulp-rename'); var runSequence = require('run-sequence'); var sourcemaps = require('gulp-sourcemaps'); var uglify = require('gulp-uglify'); var sources = 'stackframe.js'; var minified = sources.replace('.js', '.min.js'); gulp.task('lint', function() { return gulp.src(sources) .pipe(jshint()) .pipe(jshint.reporter('default')) .pipe(jshint.reporter('fail')); }); gulp.task('test', function(done) { new karma.Server({ configFile: __dirname + '/karma.conf.js', singleRun: true }, done).start(); }); gulp.task('test-pr', ['copy', 'dist'], function(done) { new karma.Server({ configFile: __dirname + '/karma.conf.js', browsers: ['Firefox', 'Chrome_Travis'], singleRun: true }, done).start(); }); gulp.task('test-ci', ['copy', 'dist'], function(done) { new karma.Server({ configFile: __dirname + '/karma.conf.ci.js', singleRun: true }, done).start(); }); gulp.task('copy', function() { gulp.src(sources) .pipe(gulp.dest('dist')); }); gulp.task('dist', ['copy'], function() { return gulp.src(sources) .pipe(sourcemaps.init()) .pipe(uglify()) .pipe(rename(minified)) .pipe(sourcemaps.write('./')) .pipe(gulp.dest('dist')); }); gulp.task('clean', del.bind(null, ['build', 'coverage', 'dist'])); gulp.task('pr', ['lint', 'test-pr']); gulp.task('ci', ['lint', 'test-ci'], function() { gulp.src('./coverage/**/lcov.info') .pipe(coveralls()); }); gulp.task('default', ['clean'], function(cb) { runSequence('lint', ['copy', 'dist'], 'test', cb); });
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 1 × Files: 16
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
dist
DIR
-
drwxr-xr-x
2019-03-29 05:48:42
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
.jscsrc
800 B
lrw-r--r--
2018-12-28 06:37:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
.jshintrc
921 B
lrw-r--r--
2018-12-28 06:37:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
.npmignore
90 B
lrw-r--r--
2018-12-28 06:37:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
bower.json
742 B
lrw-r--r--
2018-12-28 06:37:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
CHANGELOG.md
862 B
lrw-r--r--
2018-12-28 06:37:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
component.json
345 B
lrw-r--r--
2018-12-28 06:37:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
CONTRIBUTING.md
1.20 KB
lrw-r--r--
2018-12-28 06:37:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
gulpfile.js
1.77 KB
lrw-r--r--
2018-12-28 06:37:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
karma.conf.ci.js
4.65 KB
lrw-r--r--
2018-12-28 06:37:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
karma.conf.js
549 B
lrw-r--r--
2018-12-28 06:37:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
LICENSE
1.05 KB
lrw-r--r--
2018-12-28 06:37:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
package.json
1.51 KB
lrw-r--r--
2018-12-28 06:37:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
README.md
2.42 KB
lrw-r--r--
2018-12-28 06:37:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
stackframe-tests.ts
1.42 KB
lrw-r--r--
2018-12-28 06:37:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
stackframe.d.ts
1.53 KB
lrw-r--r--
2018-12-28 06:37:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
stackframe.js
3.78 KB
lrw-r--r--
2018-12-28 06:37:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).