Zhentian Wan

Results 2 issues of Zhentian Wan

``` gulp.task('generate-service-worker', function(callback) { var path = require('path'); var swPrecache = require('sw-precache'); var rootDir = 'app'; swPrecache.write(path.join(rootDir, 'sw.js'), { staticFileGlobs: [rootDir + '/**/*.{js,html,css,png,jpg,gif,mp3}'], stripPrefix: rootDir }, callback); }); ``` Should...