Skip to content
This repository was archived by the owner on Sep 20, 2019. It is now read-only.

Commit ef7d702

Browse files
committed
revert grunt examples
1 parent c700a05 commit ef7d702

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

grunt/aliases.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,10 @@ bump-@-major:
104104
- 'graph'
105105
- 'bump-commit'
106106

107-
# examples:
108-
# - 'shell:examples'
109-
# - 'concat:examples'
107+
#To Update examples for Viewer
108+
examples:
109+
- 'shell:examples'
110+
- 'concat:examples'
110111

111112
graph:
112113
- 'angular_architecture_graph'

grunt/shell.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,9 @@ module.exports = function(grunt, options) {
1717
},
1818
npm_install: {
1919
command: 'npm install'
20+
},
21+
examples: {
22+
command: 'node generate-examples.js'
2023
}
21-
// ,
22-
// examples: {
23-
// command: 'node generate-examples.js'
24-
// }
2524
};
2625
};

0 commit comments

Comments
 (0)