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?
Asked
Active
Viewed 92 times
0
-
Why you want to do it? It's not a good practice. – The Mechanic Aug 02 '16 at 04:39
1 Answers
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.

Community
- 1
- 1

The Mechanic
- 2,301
- 1
- 26
- 37