Skip to content

Commit

Permalink
fixed css copy logic
Browse files Browse the repository at this point in the history
  • Loading branch information
HelpfulScripts committed Dec 23, 2018
1 parent 3c63d9a commit 0253230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sharedGruntConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ module.exports = (grunt, dir, dependencies, type, lib) => {
},
css: {
files: [{
cwd: './', src: 'src/css/<%= pkg.name %>.less', dest: '<%= lib %>.css'
cwd: './', src: 'src/css/<%= pkg.name %>.less', dest: 'bin/<%= lib %>.css'
}]
},
example: {
Expand Down

0 comments on commit 0253230

Please sign in to comment.