The initial source comes from sdcuike/issueBlog#4
https://github.com/PacktPublishing free to download books code by Packet
https://github.com/EbookFoundation/free-programming-books Very immense
https://github.com/PacktPublishing free to download books code by Packet
https://github.com/EbookFoundation/free-programming-books Very immense
| /** | |
| * jQuery plugin template by https://github.com/publicJorn | |
| * Features: | |
| * - ES6 (So, it requires a build step to transpile to ES5 for most environments) | |
| * - Dynamic plugin name (only supply once) so it's easy to change later | |
| * - Plugin factory to make it work in the browser, or with AMD / COMMONJS modules | |
| * - Plugin instance is saved on the selector element | |
| * - Default options are saved to the instance in case you need to figure out a difference between passed options | |
| */ | |
| (function(global, factory) { | 
| var gulp = require('gulp'); | |
| var sourcemaps = require('gulp-sourcemaps'); | |
| var source = require('vinyl-source-stream'); | |
| var buffer = require('vinyl-buffer'); | |
| var browserify = require('browserify'); | |
| var watchify = require('watchify'); | |
| var babel = require('babelify'); | |
| function compile(watch) { | |
| var bundler = watchify(browserify('./src/index.js', { debug: true }).transform(babel)); | 
| Applied on svn properties (recursively) using svn:ignore . | |
| build.txt | |
| *.resharper | |
| **.ReSharper** | |
| *.suo | |
| *.user | |
| *.pdb |