Skip to content

Commit

Permalink
Merge branch 'windows_build' of https://github.com/shailendher/datamaps
Browse files Browse the repository at this point in the history
… into shailendher-windows_build

* 'windows_build' of https://github.com/shailendher/datamaps:
  fix to support windows build
  • Loading branch information
markmarkoh committed May 3, 2018
2 parents 947f700 + a484112 commit 9e18349
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gruntfile-world.js
Original file line number Diff line number Diff line change
Expand Up @@ -1392,7 +1392,7 @@ module.exports = function(grunt) {
dest: 'src/rel/datamaps.nul.js',
replacements: [{
from: '\'__NUL__\'',
to: '<%= grunt.file.read("src/js/data/nul.topo.json") %>'
to: '<%= grunt.file.read("src/js/data/_nul.topo.json") %>'
}]
},
nzl: {
Expand Down Expand Up @@ -2744,7 +2744,7 @@ module.exports = function(grunt) {
},
{
from: '\'__NUL__\'',
to: '<%= grunt.file.read("src/js/data/nul.topo.json") %>'
to: '<%= grunt.file.read("src/js/data/_nul.topo.json") %>'
},
{
from: '\'__NZL__\'',
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 9e18349

Please sign in to comment.