marmelab / ng-admin

Add an AngularJS admin GUI to any RESTful API
http://ng-admin-book.marmelab.com/
MIT License
3.95k stars 725 forks source link

Makefile: Fix generating source-map with webpack #1307

Closed beevelop closed 7 years ago

beevelop commented 7 years ago

ATM there are no sourcemaps available, what is quite a pain to debug. It seems as if they were intended to exist in the first place.

The command in the Makefile is slightly different to really get sourcemaps for the ng-admin.min.js and ng-admin.min.css files.

Phocea commented 7 years ago

@Kmaschta can we merge this. Creating the sourcemap can take a bit of time but its indeed useful for debugging

Kmaschta commented 7 years ago

I merge it, but I would love a double check from @fzaninotto