Skip to content

Commit e77c443

Browse files
chore(build): set build target to bower repository
related to bpmn-io#3
1 parent f17d0c7 commit e77c443

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gruntfile.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module.exports = function(grunt) {
1919
config: {
2020
sources: 'lib',
2121
tests: 'test',
22-
dist: 'dist'
22+
dist: '../bower-dmn-js/dist'
2323
},
2424

2525
jshint: {
@@ -76,7 +76,7 @@ module.exports = function(grunt) {
7676
},
7777

7878
styles: {
79-
files: { 'dist/css/dmn-js.css': 'styles/dmn-js.less' }
79+
files: { '<%= config.dist %>/css/dmn-js.css': 'styles/dmn-js.less' }
8080
}
8181
},
8282

0 commit comments

Comments
 (0)