-
Notifications
You must be signed in to change notification settings - Fork 22
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
Page: index; Invalid regular expression: /\/: \ at end of pattern #12
Comments
Ok so it began to finish render without any reason, but I can't see my changes in any enduro project .-. |
fixed the readme, it was very old and unnecessarily complicated. So is this still an issue? Did you pull to the newest version? I did some major fixes related to the _generated and index.html changes. |
As I said before, I could render enduro_admin, but leaved it as is and unlinked from my projects. |
Hi, first of all, i really love enduro, thank you so much for all your hard work! Trying to replace enduro-admin auth with firebase auth, but running into same render problem: ` ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ [18:28:33 | + 0.16] js compiling not enabled, add babel options to enduro.json to enable ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ Sass error ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ [18:28:33 | + 0.05] Sass compiling finished` Win10, unmodified enduro-admin, downloaded and extracted from zip, not linked to main project... Just can't get it to work 😢 |
There seem to be two separate issues. I guess the first one is that something is wrong with your The second issue is that the sass can't file bootstrap. All you need to do is run Let us know if it works out for you, or if your issue persists 😄 . |
Yes, running bower -i fixes the sass issue, but i didn't edit the index.js file from the freshly downloaded repo.
EDIT: ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ [20:46:26 | + 0.18] Sass compiling started Is there any way to get a more detailed log? |
Oh, I just noticed you are on windows. It's definitely windows related, looks like something with the forward vs backward slash I am guessing. I will fix this for you, ok? |
Hey, this should be fixed by enduro 1.4.38, just update by running Let us know if it works for you. Found out couple other tests are failing on windows, but I'll try to fix those asap as well. |
@Gottwik Yep, now it works! |
Awesome, glad to hear that. Let us know if you run into any other issues. I guess people will always have to run bower install to fetch the dependencies, since they are not the part of this repo(they kindof are, because there is the '_generated' folder, but if you plan to develop the admin, you have to fetch them again.) |
Hey @Gottwik ,
I can't develop enduro_admin because of an error while rendering admin UI.
I'm running a fresh version of enduro on Windows 8.1 and get this:
This is probably not referred to index.hbs file 'cause I tried removing all
//
and it didn't help 😆BTW instructions on how to run enduro_admin seems to be outdated :/
The text was updated successfully, but these errors were encountered: