-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
Image i have this index.html
<!-- build:dev -->
<script src=angular.js></script>
<script src=app.js></script>
<!--endbuild -->
<!-- build:prod -->
<!-- <script src=bundle.js></script> -->
<!--endbuild -->
it would be nice if i can have a task to specify to comment out the section of build dev and uncomment the section of build prod so the result would be:
<!-- build:dev -->
<!-- <script src=angular.js></script> -->
<!-- <script src=app.js></script> -->
<!--endbuild -->
<!-- build:prod -->
<script src=bundle.js></script>
<!--endbuild -->
What do you guys think?
Metadata
Metadata
Assignees
Labels
No labels