Skip to content

Commit

Permalink
build dist
Browse files Browse the repository at this point in the history
  • Loading branch information
o.istomin committed May 15, 2015
1 parent c9efc9a commit d048866
Show file tree
Hide file tree
Showing 5 changed files with 1,643 additions and 8 deletions.
14 changes: 7 additions & 7 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,17 +62,17 @@ module.exports = function(grunt) {

concat: {
multiselect: {
src: [ '<%= srcPath %>/multiselect/module.js',
'<%= srcPath %>/multiselect/services.js',
'<%= srcPath %>/multiselect/directives.js',
'<%= srcPath %>/multiselect/filters.js'],
src: [ '<%= srcPath %>/select/module.js',
'<%= srcPath %>/select/services.js',
'<%= srcPath %>/select/directives.js',
'<%= srcPath %>/select/filters.js'],
dest: '<%= distPath %>/multiselect.js'
},
multiselectTpls: {
src: [ '<%= distPath %>/multiselect-tpls.js',
'<%= srcPath %>/multiselect/services.js',
'<%= srcPath %>/multiselect/directives.js',
'<%= srcPath %>/multiselect/filters.js'],
'<%= srcPath %>/select/services.js',
'<%= srcPath %>/select/directives.js',
'<%= srcPath %>/select/filters.js'],
dest: '<%= distPath %>/multiselect-tpls.js'
}
},
Expand Down
Loading

0 comments on commit d048866

Please sign in to comment.