Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Commit

Permalink
move stackblitz sdk to accessible location
Browse files Browse the repository at this point in the history
  • Loading branch information
Elliott Marquez committed Apr 25, 2018
1 parent 24de723 commit 8401dde
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"node": ">=5.0.0"
},
"scripts": {
"postinstall": "bower install; gulp",
"postinstall": "bower install; npm run generate-stackblitz; gulp",
"generate-stackblitz": "cp ./node_modules/@stackblitz/sdk/bundles/sdk.umd.js ./app/js/sdk.umd.js; cp ./node_modules/@stackblitz/sdk/bundles/sdk.umd.js.map ./app/js/sdk.umd.js.map;",
"deploy": "scripts/deploy.sh",
"test": "(cd dist; python test_runner.py ${CLOUD_SDK-~/google-cloud-sdk} ../tests/)",
"generate-api-docs": "cd scripts && node generate_api_docs_2.js",
Expand All @@ -22,6 +23,7 @@
},
"homepage": "https://www.polymer-project.org/1.0/",
"devDependencies": {
"@stackblitz/sdk": "^1.1.1",
"browser-sync": "^2.9.12",
"clone": "^2.1.0",
"css-slam": "^1.1.0",
Expand Down

0 comments on commit 8401dde

Please sign in to comment.