Mike Baker
Mike Baker
No tasks are failing, but when the build finishes the files have not been revisioned, there are no maps and the files are not minified. If I change back to...
@MZellhofer that worked great, thanks.
To get SystemJS/jspm with Angular 1 working I had to modify src/index.js to include the src directory in the imports on Windows: ``` import techsModule from 'src/app/techs/index.js'; import 'angular-ui-router'; import...
I also wasted time on this. Thanks @hbaccara for the info.