标签: angularjs gruntjs
我正在尝试使用grunt-ng-constant将环境常量注入我的yo angular生成的角度应用程序中。除了开发和生产之外,我还有一个名为“分期”的环境。我将在哪里托管我建立的dist文件夹。
yo angular
根据我在大多数博客上的说法,我们在执行ngconstant:development时运行grunt serve和ngconstant:production时运行grunt build。那么,有没有办法在生成构建时区分生产环境和暂存。我可以将参数传递给这个任务吗?
ngconstant:development
grunt serve
ngconstant:production
grunt build