Incorporating gulp-angular with oc-lazyload
I have an admin panel project for which I am using futureStateProvider to build the states dynamically , and ocLazyLoad to load the files according to route . The routes that a user can access and the files he should load are according to the role . I wanted to use gulp-angular but , since it will minify all the js files and concatenate it , (which is not necessary) , I am trying to find a work around for this . I tried to get an answer on StackOverFlow but could not find any lead . Please help me with this .
Thanks .
You have to locate where in your gulp files the sources files are listed and injected in your index.html. Then you have to find a strategy to make multiple selection and multiple injection or simply to ignore some files to not inject them in the index.html.