Skip to content

Commit

Permalink
Restore the things which broke in the packaging script.
Browse files Browse the repository at this point in the history
  • Loading branch information
sedwards2009 committed Feb 12, 2018
1 parent b2f49d8 commit af90c20
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build_scripts/build_packages.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ function main() {
/\.js\.map$/,
/^\/\.git\//,
/^\/docs\b/,
/^\/resources\/node-sass-binary\b/,
/^\/resources\/logo\b/,
/^\/resources\/extra_icons\b/,
/^\/src\/test\b/,
Expand Down Expand Up @@ -133,7 +132,6 @@ function main() {
"codemirror/src",
"ptyw.js/vendor",
"ptyw.js/src",
"ptyw.js/build",
"ptyw.js/node_modules/nan",
"node-sass/src",
"node-sass/node_modules/nan",
Expand All @@ -145,12 +143,10 @@ function main() {
"vue/dist/vue.esm.js",
"vue/dist/vue.js",
"vue/dist/vue.min.js",
"vue/dist/vue.runtime.common.js",
"vue/dist/vue.runtime.esm.js",
"vue/dist/vue.runtime.js",
"vue/dist/vue.runtime.min.js",
"font-manager/src",
"font-manager/build",
".bin"
].forEach( (subpath) => {
const fullPath = path.join("node_modules", subpath);
Expand Down

0 comments on commit af90c20

Please sign in to comment.