UNPKG

grunt-preprocess

Version:

Preprocess HTML and JavaScript directives based off environment configuration

15 lines (10 loc) 161 B
/*global define*/ define([], function () { "use strict"; //@if globalOption='bar' bar(); //@endif //@if globalOption='foo' foo(); //@endif });