marcorinck / ngStart

skeleton project for new angular.js projects
MIT License
195 stars 29 forks source link

RequireJS Optimization #21

Closed orielz closed 10 years ago

orielz commented 10 years ago

Hi, thanks for great project!

I have problem with optimization.

When I try to build a version with the "grunt install" command, I get an output to the “target” folder and it looked fine, But then, I`m trying to run local web server with Visual studio and run the index.html I’m getting the following error:

Uncaught ReferenceError: minErr is not defined

from angular.js script line 144

How do i solve it?

Thanks!

marcorinck commented 10 years ago

Yes, there seems to be a problem with optimization during build. At first glance I can't find the cause. I'll look into it,

marcorinck commented 10 years ago

all build problems are fixed now