Skip to content

Commit

Permalink
Fix scorm_package cross platform
Browse files Browse the repository at this point in the history
  • Loading branch information
sonsoleslp committed Jan 19, 2019
1 parent c27c521 commit 41b5148
Show file tree
Hide file tree
Showing 7 changed files with 7,558 additions and 13 deletions.
24 changes: 20 additions & 4 deletions dist/bundle.js

Large diffs are not rendered by default.

Binary file modified dist_scorm/scorm12.zip
Binary file not shown.
24 changes: 20 additions & 4 deletions dist_scorm/scorm12/bundle.js

Large diffs are not rendered by default.

Binary file modified dist_scorm/scorm2004.zip
Binary file not shown.
24 changes: 20 additions & 4 deletions dist_scorm/scorm2004/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "webpack-dev-server",
"clean": "rimraf dist rimraf dist_scorm",
"production": "rimraf dist && cross-env NODE_ENV=production webpack --config webpack.production.config.js --progress --profile --colors && cross-env npm run copy_assets",
"copy_assets": "mkdir -p dist/assets && cp -r app/assets dist/ && rm -rf dist/assets/scss",
"copy_assets": "cross-env mkdir -p dist/assets && cross-env cp -r app/assets dist/ && cross-env rm -rf dist/assets/scss",
"scorm_package": "rimraf dist_scorm && cross-env npm run production && cross-env node tasks/scorm_package.js",
"lint": "eslint --fix --ext .js,.jsx,.es6 app/main.js app/components app/config/ app/vendors/I18n.js app/vendors/Utils.js app/constants app/reducers tasks tests",
"test": "jest",
Expand Down
Loading

0 comments on commit 41b5148

Please sign in to comment.