mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-29 03:31:10 -05:00
Correct license output directory in Gruntfile (#624)
This commit is contained in:
@@ -222,7 +222,7 @@ module.exports = function(grunt) {
|
||||
options: {
|
||||
// Target-specific options go here.
|
||||
directory: 'public/bower_components',
|
||||
output: 'publiclicense/LICENSES'
|
||||
output: 'public/license/LICENSES'
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user