Skip to content

Commit

Permalink
using grunt.config.merge in order to use config outside core module
Browse files Browse the repository at this point in the history
  • Loading branch information
kilip committed Oct 30, 2018
1 parent 797103e commit 4e45645
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion module/Core/public/Gruntfile.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
module.exports = function(grunt) {

var targetDir = grunt.config.get('targetDir');
var nodeModulesPath = grunt.config.get('nodeModulesPath');
grunt.initConfig({

grunt.config.merge({
copy: {
core: {
files: [
Expand Down

0 comments on commit 4e45645

Please sign in to comment.