Open m-ret opened 8 years ago
You shouldn't use read: false
This way the files can't be well sorted and angular library is not injected before your module.
Note that <script src="vendor/angular.min.js"></script>
should be the first to get it working.
I am trying to sort my files since I am getting an Angular error because of the sort of the files.
This is my Gulp file
the files are sorting like this
and here the folders
and the console errors
so what am I missing?