diff --git a/recipes/gulp.browserify/app/index.html b/recipes/gulp.browserify/app/index.html index 9ec1d22..da89402 100644 --- a/recipes/gulp.browserify/app/index.html +++ b/recipes/gulp.browserify/app/index.html @@ -10,6 +10,7 @@

Browsersync Browserify Example

- + + diff --git a/recipes/gulp.browserify/app/js/app.js b/recipes/gulp.browserify/app/js/app.js index b7267ea..0b46287 100644 --- a/recipes/gulp.browserify/app/js/app.js +++ b/recipes/gulp.browserify/app/js/app.js @@ -1 +1 @@ -let app = 'awesome'; \ No newline at end of file +let app = 'awesome'; diff --git a/recipes/gulp.browserify/app/js/dist/.gitignore b/recipes/gulp.browserify/app/js/dist/.gitignore index 4c43fe6..4e57eef 100644 --- a/recipes/gulp.browserify/app/js/dist/.gitignore +++ b/recipes/gulp.browserify/app/js/dist/.gitignore @@ -1 +1,2 @@ -*.js \ No newline at end of file +*.js +*.js.map diff --git a/recipes/gulp.browserify/app/js/dist/bundle.js.map b/recipes/gulp.browserify/app/js/dist/bundle.js.map deleted file mode 100644 index 40ba722..0000000 --- a/recipes/gulp.browserify/app/js/dist/bundle.js.map +++ /dev/null @@ -1,15 +0,0 @@ -{ - "version": 3, - "sources": [ - "node_modules/browserify/node_modules/browser-pack/_prelude.js", - "app.js" - ], - "names": [], - "mappings": "AAAA;;;ACAA,IAAI,GAAG,GAAG,SAAS,CAAC;AACpB,SAAS", - "file": "generated.js", - "sourceRoot": "", - "sourcesContent": [ - "(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require==\"function\"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error(\"Cannot find module '\"+o+\"'\");throw f.code=\"MODULE_NOT_FOUND\",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require==\"function\"&&require;for(var o=0;o