摘要:
For production we want to use minified javascript to reduce the payload that is sent from the server. This can easily be accomplished with grunt-uglif... 阅读全文
posted @ 2014-11-17 18:12
Zhentiw
阅读(228)
评论(0)
推荐(0)
摘要:
Combine serval javascript files together.For angular project, make sure you add angular.min.js first, then app.js (which contains main module) second,... 阅读全文
posted @ 2014-11-17 05:46
Zhentiw
阅读(271)
评论(0)
推荐(0)
摘要:
With Grunt you can automate core tasks for your AngularJS project. In this lesson we will take a look at converting Stylus files to CSS, and add a wat... 阅读全文
posted @ 2014-11-17 05:28
Zhentiw
阅读(240)
评论(0)
推荐(0)