Skip to content
This repository was archived by the owner on Dec 17, 2022. It is now read-only.

Valid filepath on Windows filesystem #41

Open
malutanpetronel opened this issue Nov 14, 2017 · 1 comment
Open

Valid filepath on Windows filesystem #41

malutanpetronel opened this issue Nov 14, 2017 · 1 comment

Comments

@malutanpetronel
Copy link

Hi

I have a var SERVER_URL = 'http://server.com',
LANGUAGE_DATA_FILE = "json/language_data.json";

and I use

curl: {
    'get-lang': {
        src: SERVER_URL+'/get/languagedata2.json',
        dest: LANGUAGE_DATA_FILE
    },...

but no file is created on windows OS
I mention I run the command in the folder where json is immediatelly beneath the current location so json path exist

Any ideea ?

@twolfson
Copy link
Owner

Could you provide more information?

  • What's the command you are running?
  • What's the actual server URL?

We use grunt.file.mkdir which recursively creates folders so existence shouldn't be a problem

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants