Skip to content

Commit

Permalink
change (#3489)
Browse files Browse the repository at this point in the history
  • Loading branch information
asturur authored Dec 3, 2016
1 parent 81609a8 commit 1b1441a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 65 deletions.
1 change: 1 addition & 0 deletions build.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ var filesToInclude = [
'src/log.js',

ifSpecifiedInclude('animation', 'src/util/animate.js'),
ifSpecifiedInclude('animation', 'src/util/animate_color.js'),
//'src/util/animate.js',
ifSpecifiedInclude('easing', 'src/util/anim_ease.js'),

Expand Down
64 changes: 0 additions & 64 deletions create_build_script.js

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"test": "node test.js",
"lint": "eslint --config .eslintrc.json src",
"lint_tests": "eslint test/unit --config .eslintrc_tests",
"export_dist_to_site": "cp dist/fabric.js ../fabricjs.com/lib/fabric.js",
"export_dist_to_site": "cp dist/fabric.js ../fabricjs.com/lib/fabric.js && cp -r src HEADER.js lib ../fabricjs.com/build/files/",
"export_tests_to_site": "cp test/unit/*.js ../fabricjs.com/test/unit",
"all": "npm run build && npm run test && npm run lint && npm run lint_tests && npm run export_dist_to_site && npm run export_tests_to_site"
},
Expand Down

0 comments on commit 1b1441a

Please sign in to comment.