Skip to content

Commit

Permalink
chore(assets): add fetch script to pull material2 assets (angular#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
riavalon authored and kara committed Feb 27, 2017
1 parent 84d6d5a commit e6507b9
Show file tree
Hide file tree
Showing 188 changed files with 37 additions and 12,187 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
# compiled output
/dist
/tmp
/src/assets/documents
/src/assets/examples

# dependencies
/node_modules
Expand Down Expand Up @@ -32,4 +34,4 @@ testem.log

#System Files
.DS_Store
Thumbs.db
Thumbs.db
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"pree2e": "webdriver-manager update",
"e2e": "protractor",
"prod-build": "ng build --aot --prod && npm run prerender && cp -r tmp/prerendered/* dist/",
"postinstall": "webdriver-manager update",
"postinstall": "webdriver-manager update && tools/fetch-assets.sh",
"publish-prod": "ng build --aot --prod && firebase use material-angular-io && firebase deploy",
"publish-dev": "ng build --aot --prod && firebase use material2-docs-dev && firebase deploy"
},
Expand Down

This file was deleted.

Loading

0 comments on commit e6507b9

Please sign in to comment.