Skip to content

Commit

Permalink
adding release
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasak committed Jan 2, 2017
1 parent 3ec2b5a commit e77d269
Show file tree
Hide file tree
Showing 3 changed files with 666 additions and 31 deletions.
6 changes: 1 addition & 5 deletions fuse.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let c = {
, outFile: "./build/index.js.map"
}
, outFile: "./build/index.js"
, inFile: "> index.js [**/*.js]"
, inFile: "> index.js [index.js]"
, plugins: (browser) =>
[
f.BabelPlugin({
Expand All @@ -29,11 +29,7 @@ let c = {
const processAll = $ => {
let d = Object.assign({}, c)
, inFile = d.inFile

d.plugins = d.plugins(d.browser || false)
delete d.inFile
delete d.browser

f.FuseBox.init(d).bundle(inFile)
}

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"husky": "^0.12.0",
"now": "^0.37.1",
"npm-run-all": "^3.1.1",
"release": "^1.0.6",
"rimraf": "^2.5.4",
"uglify-js": "^2.7.5",
"yarn": "^0.18.1"
Expand Down
Loading

0 comments on commit e77d269

Please sign in to comment.