Gizra / generator-hedley

Scaffold a headless Drupal backend, Angular app client, and Behat tests
http://www.gizra.com/content/yo-hedley
98 stars 20 forks source link

Add showJsError when developing. Update imagemin version. #107

Open HelenaEksler opened 8 years ago

HelenaEksler commented 8 years ago

@amitaibu Could you take a look? And maybe advice how to insert the script only on development.

amitaibu commented 8 years ago

And maybe advice how to insert the script only on development.

grunt serve should call this task, but grunt serve:dist/ grunt build should not.

HelenaEksler commented 8 years ago

This I'm doing for including bower component. But how can I define for some custom script? Move it to the separate file? Or there is other way?

amitaibu commented 8 years ago

separate file sounds right - but better google a bit how others are doing it.

HelenaEksler commented 8 years ago

@amitaibu Ready for review.