-
Notifications
You must be signed in to change notification settings - Fork 46
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
Wrong sorting in files - latest version #25
Comments
Do you get any module loading error from Angular? What did you expect the sort order to be? |
i think he has the same problem than me. security depends on common, but common gets imported first. |
I have a hard time trying to recreate your issue. I've created a simple app with the following structure:
When running <script src="mod3/mod3.js"></script>
<script src="mod3/mod3-ctrl.js"></script>
<script src="mod2/mod2.js"></script>
<script src="mod2/mod2-ctrl.js"></script>
<script src="mod2/mod2-service.js"></script>
<script src="mod1/mod1.js"></script>
<script src="mod1/mod1-ctrl.js"></script>
<script src="app.js"></script> When opening You can download the sample files here yourself: https://drive.google.com/file/d/0Bw3qo-O7AmgId3gySmhNUHlJV2s/view?usp=sharing Is there anything I'm missing? |
Directory structure:
Main app code:
Gulp:
My main app is added after janus.security & janus.common .. I've read the previous issues in here but can't seem to get this fixed.
The text was updated successfully, but these errors were encountered: