-
Notifications
You must be signed in to change notification settings - Fork 17
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
Simplify Dependencies #180
Comments
I assign myself to it. To @pietercolpaert I got almost a pr ready for this one. |
@Tjoosten great! |
@Tjoosten Sounds great! You're working on making hyperRail work with gulp instead of grunt, right? |
@pietercolpaert Yes slowly I will demolish grunt and replace it wilt Laravel Elixir that is based on the GulpJs systems |
@Tjoosten if you need a good example to start with, check out the |
@xavez i'm using the default @pietercolpaert can u describe the asset files. What is included in what asset file. Because it's a horrible experience for me reading these grunt files. |
@Tjoosten Sorry, I cannot help here. Maybe @bramdevries can? |
@Tjoosten Any update? Are you going to be able to PR this or should someone else do this? |
Maybe open a PR with the work already done so there can be collaboration? There are quite a bit of dependencies right now. |
Will do it later in the night if you don't mind |
Sure, I don't mind |
I wanted to tackle this (together with updating to a newer angular version and maybe look into other optimizations) but I couldn't get the server running, I have php but the composer thing just didn't work. Is there maybe a possibility to either help me or change that to make it easier to get started? |
What server are you trying to get running, or where are you stuck? |
I just tried to run it from scratch. You do not really need to bower and grunt. These were the steps taken:
And your development version of the hyperRail app should be running at http://localhost:8081 I agree that this workflow is way too complex for a simple application like iRail.be and we should work on a better one. All suggestions to move towards that goal are welcome! |
I didn't do the env copy so maybe that was it :P, let me try again next week. I might do a pr to the readme first to make the install step clearer 😊 |
@pietercolpaert Don't forget what's installed globally on your computer already ;) Had to install some tools like compass which weren't installed globally for me yet. |
@AdriVanHoudt Thanks! Looking forward! @Bertware the client-side script builds are included in the repository, so it’s optional to get that up and running... Yet indeed, documentation can be better |
I couldn’t get it to run locally yet, but I can already see we can probably simplify a lot of dependencies:
Unfortunately, I cannot code & test it, since nothing works for me yet, otherwise, I’d have made a PR ;).
The text was updated successfully, but these errors were encountered: