Skip to content

Commit

Permalink
fix(sourcemaps): let the client decide how to handle sourcemaps (so i…
Browse files Browse the repository at this point in the history
…t can ignore & update CSS)
  • Loading branch information
shakyShane committed May 15, 2017
1 parent a9e313e commit c990ea2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/default-config.js
Expand Up @@ -513,7 +513,7 @@ module.exports = {
"js": "script"
},

injectFileTypes: ["css", "png", "jpg", "jpeg", "svg", "gif", "webp"],
injectFileTypes: ["css", "png", "jpg", "jpeg", "svg", "gif", "webp", "map"],
excludedFileTypes: [
"js",
"css",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -32,7 +32,7 @@
"lodash": "lodash include=isUndefined,isFunction,toArray,includes,union,each,isString,merge,isObject,set exports=node"
},
"dependencies": {
"browser-sync-client": "2.4.7",
"browser-sync-client": "2.5.0",
"browser-sync-ui": "0.6.3",
"bs-recipes": "1.3.4",
"chokidar": "1.7.0",
Expand Down

0 comments on commit c990ea2

Please sign in to comment.