0

I am implementing AngularJS Directive. There is an javasctipt file and Html template file under /src folder. I want to use Gulp to compile them together, and output to /dist folder. How can I do it?

肉肉Linda
  • 568
  • 1
  • 6
  • 13

1 Answers1

0

First of all i would like to say that is not a good practice to combine two different extensions file in one.

But if you willing to do, you can achieve it by concatenate the files.

here is the good one link

another link

Community
  • 1
  • 1
The Mechanic
  • 2,301
  • 1
  • 26
  • 37