Skip to content

Commit

Permalink
Fixed duplicate identifiers in build d.t.s
Browse files Browse the repository at this point in the history
  • Loading branch information
Sleeckx committed Feb 27, 2017
1 parent def32fa commit fcc5fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ module.exports = function(grunt) {
out: 'dist/Vidyano.Web2/vidyano.d.ts'
},
default: {
src: ['src/**/*.ts', 'node_modules/typescript/lib/lib.d.ts']
src: ['src/**/*.ts', '!src/Libs/Vidyano/vidyano.d.ts', 'node_modules/typescript/lib/lib.d.ts']
}
},
cssmin: {
Expand Down

0 comments on commit fcc5fd3

Please sign in to comment.