Skip to content

Commit fc01666

Browse files
riavalonjosephperrott
authored andcommitted
chore(assets): add fetch script to pull material2 assets (#98)
1 parent 0729874 commit fc01666

File tree

188 files changed

+37
-12187
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

188 files changed

+37
-12187
lines changed

material.angular.io/material.angular.io/material.angular.io/material.angular.io/material.angular.io/.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
# compiled output
44
/dist
55
/tmp
6+
/src/assets/documents
7+
/src/assets/examples
68

79
# dependencies
810
/node_modules
@@ -32,4 +34,4 @@ testem.log
3234

3335
#System Files
3436
.DS_Store
35-
Thumbs.db
37+
Thumbs.db

material.angular.io/material.angular.io/material.angular.io/material.angular.io/material.angular.io/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"pree2e": "webdriver-manager update",
1111
"e2e": "protractor",
1212
"prod-build": "ng build --aot --prod && npm run prerender && cp -r tmp/prerendered/* dist/",
13-
"postinstall": "webdriver-manager update",
13+
"postinstall": "webdriver-manager update && tools/fetch-assets.sh",
1414
"publish-prod": "ng build --aot --prod && firebase use material-angular-io && firebase deploy",
1515
"publish-dev": "ng build --aot --prod && firebase use material2-docs-dev && firebase deploy"
1616
},

material.angular.io/material.angular.io/material.angular.io/material.angular.io/material.angular.io/src/assets/documents/api/autocomplete.html

Lines changed: 0 additions & 160 deletions
This file was deleted.

0 commit comments

Comments
 (0)