Skip to content

Commit

Permalink
Add Data List Directive
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-phillips-18 committed Aug 27, 2015
1 parent 60f5812 commit 53baee6
Show file tree
Hide file tree
Showing 16 changed files with 1,383 additions and 4 deletions.
6 changes: 6 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ module.exports = function (grunt) {
'lib/patternfly/components/d3/d3.js',
'lib/angular/angular.js',
'lib/angular-animate/angular-animate.js',
'lib/lodash/lodash.min.js',
'dist/angular-patternfly.js',
'lib/patternfly/dist/js/patternfly.js'],
html5Mode: false,
Expand Down Expand Up @@ -156,6 +157,11 @@ module.exports = function (grunt) {
cwd: 'src/',
src: ['charts/**/*.html'],
dest: 'templates/charts.js'
},
'patternfly.views': {
cwd: 'src/',
src: ['views/**/*.html'],
dest: 'templates/views.js'
}
},
// ng-annotate tries to make the code safe for minification automatically
Expand Down
1 change: 1 addition & 0 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"angular-sanitize": "1.3.*",
"angular-touch": "1.3.*",
"angular-route": "1.3.*",
"lodash": "3.x",
"patternfly": "~2.0.0"
}
}
Loading

0 comments on commit 53baee6

Please sign in to comment.