Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flexi Layout not working on Windows machine #141

Open
AmeerGit opened this issue Nov 23, 2017 · 3 comments
Open

Flexi Layout not working on Windows machine #141

AmeerGit opened this issue Nov 23, 2017 · 3 comments

Comments

@AmeerGit
Copy link

AmeerGit commented Nov 23, 2017

I am using Flexi in my Ember js project for rendering templates under Layout folder based on device . The issue is Flexi works fine on MAC machine where we developed the application ,but when i moved the same code to Windows machine Flexi not working and it displays blank page without any errors in browser console. Any specific Flexi configration required for Windows machine ? Thanks in Advance

@RobbieTheWagner
Copy link
Member

Hi @AmeerGit, I think I saw this issue posted before either on GitHub or in Slack. Did you post something before? ember and ember-cli should work fine on any machine, although they have historically had some issues on Windows.

There is no specific Windows configuration or anything. It should work just fine. It probably depends heavily on what ember/ember-cli version you are on, how you are running it on Windows, if you are using command prompt or something that actually has bash, how you pull in node, and everything across the spectrum.

I don't have a Windows machine, but if you can give me a small reproduction of the issue, I could try to see if I see anything. Does the problem only happen running ember s or does it happen running builds as well?

@andreisebastianc-ccc
Copy link

With powershell flexi -layouts don't work.
Using ubuntu bash flexi -layouts work.

@RobbieTheWagner
Copy link
Member

@andreisebastianc-ccc do you have a more descriptive breakdown of the problem? It should work anywhere ember-cli works, as there is nothing unix specific that I know of.

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

No branches or pull requests

3 participants