romanschejbal / gassetic

Assetic replacement based on the gulp build tool
MIT License
176 stars 17 forks source link

missing htmlTag #74

Open r0b- opened 7 years ago

r0b- commented 7 years ago

Default templates for js and css are working now, but I have two sections with the 'missing htmlTag' error:

  1. First one is optimizing & copying images
  2. Second one is combining html files (angular templates) into a single js file (angular templatecache). That generated js file needs to be inserted with js tag

Thanks Rob