Skip to content

Commit 1068d91

Browse files
Merge pull request #163 from dtaylor113/ngdocs
Distributing ngdocs for use in pf.org
2 parents c5c3b4b + b544cf9 commit 1068d91

File tree

62 files changed

+109630
-2
lines changed

Some content is hidden

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

62 files changed

+109630
-2
lines changed

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,12 @@ pids
1414
logs
1515
results
1616
test-results.xml
17-
dist/docs
17+
dist/docs/components
18+
dist/docs/font*
19+
dist/docs/grunt-styles
20+
dist/docs/img
21+
dist/docs/index.html
22+
1823

1924
node_modules
2025
lib

bower.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@
2121
"misc",
2222
"src",
2323
"README.md",
24-
"bower.json"
24+
"bower.json",
25+
".bower.json",
26+
"grunt-ngdocs-index.tmpl"
2527
],
2628
"main": [
2729
"dist/angular-patternfly.js",

0 commit comments

Comments
 (0)