Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

local file not being served #1

Closed
amitu opened this issue Nov 22, 2014 · 3 comments
Closed

local file not being served #1

amitu opened this issue Nov 22, 2014 · 3 comments

Comments

@amitu
Copy link

amitu commented Nov 22, 2014

$ esc -o static.go static/

Generates:

var data = map[string]*file{
    "/static/mart.js": {compressed: "....", size: 519, local: "static/static/mart.js"},
}

Which is wrong as I do not have static/static/mart.js, and hence it fails.

@maddyblue
Copy link
Owner

Please post the result of $ find static from the same directory in which you ran esc.

@maddyblue
Copy link
Owner

Never mind, I repro'd this. Working on it.

@amitu
Copy link
Author

amitu commented Nov 23, 2014

Thanks.

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