So, what did you do during your spring break in high school? Joseph Contreras, the 17-year-old son of former All-Star pitcher ...
Microsoft has just released its 5th consumer technical preview of Visual Studio 2015, introducing numerous new additions to its popular software development tools. Similar to the way the software ...
gulp-coverage generates block, line, chainable and statement coverage for Node.js JavaScript files. This is equivalent to function, statement, branch and "modified condition/decision" coverage, where ...
Mozilla has announced the launch of a new feature for its Firefox Web browser designed to make it perform faster. Called “TraceMonkey,” the feature is an evolution of Firefox’s SpiderMonkey JavaScript ...
Grunt是目前最流行的前端构建工具,对前端的效率帮助非常大,但Grunt并非完美无缺,json描述任务的方式,显得过于繁琐和不够简单,对于新手来说,有不少的学习成本。 今天明河介绍个比Grunt更易用的前端构建工具:Gulp.js,最近很火的开源项目,引起了很多 ...