Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

*.js files loaded as binary by default #662

Closed
abedegno opened this issue Sep 19, 2016 · 3 comments
Closed

*.js files loaded as binary by default #662

abedegno opened this issue Sep 19, 2016 · 3 comments

Comments

@abedegno
Copy link

If I have javascript modules under src and load using:
./ml local deploy modules
The files are loaded as binary rather than text.

@grtjn
Copy link
Contributor

grtjn commented Sep 19, 2016

We once added a toggle for this, but defaulted it to load as binary. I think having the default be false (let ML decide) is better: #138

@grtjn grtjn added the bug label Sep 19, 2016
@grtjn grtjn added this to the 1.7.4 milestone Sep 19, 2016
@grtjn
Copy link
Contributor

grtjn commented Sep 19, 2016

Workaround for now is to add this to you env or build properties: load-js-as-binary=false

@dmcassel dmcassel modified the milestones: 1.7.5, 1.7.4 Oct 18, 2016
@RobertSzkutak RobertSzkutak self-assigned this Jan 30, 2017
RobertSzkutak added a commit to RobertSzkutak/roxy that referenced this issue Jan 31, 2017
dmcassel added a commit that referenced this issue Jan 31, 2017
@heelix
Copy link

heelix commented Feb 2, 2017 via email

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

No branches or pull requests

5 participants