mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-07-29 16:17:05 -04:00
Fix license clean in Gruntfile.js to reflect new composer path (#624)
This commit is contained in:
@@ -209,6 +209,9 @@ module.exports = function(grunt) {
|
||||
}
|
||||
}
|
||||
},
|
||||
clean: {
|
||||
license: ['public/bower_components/**/bower.json']
|
||||
},
|
||||
license: {
|
||||
all: {
|
||||
// Target-specific file lists and/or options go here.
|
||||
@@ -238,9 +241,6 @@ module.exports = function(grunt) {
|
||||
noGood: true,
|
||||
}
|
||||
}
|
||||
},
|
||||
clean: {
|
||||
license: ['bower_components/**/bower.json']
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user