TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Frontend Workflows with Grunt and Angular JS - by David Mosher

3 pointsby Dekkualmost 12 years ago

1 comment

davemoalmost 12 years ago
The goal of this and repository [1] is to educate web developers on how to use Grunt to craft their own workflows, and examine some higher level tools that provide additional features that are helpful when creating rich-client web applications.<p>By watching the screencast you will learn about:<p>* how to create your own frontend workflow using Grunt [2]<p>* how to create custom tasks with Grunt<p>* how to use Lineman [3], which utilizes Grunt, to create web applications that are portable between any backend.<p>* how to manually bootstrap the application we built in End-to-End with AngularJS [4] using angular.bootstrap<p>* how to effectively separate your code into many small pieces with singular responsibilities<p>[1] - <a href="https:&#x2F;&#x2F;github.com&#x2F;davemo&#x2F;frontend-workflows-with-grunt-and-angularjs" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;davemo&#x2F;frontend-workflows-with-grunt-and-...</a><p>[2] - <a href="http:&#x2F;&#x2F;www.gruntjs.com" rel="nofollow">http:&#x2F;&#x2F;www.gruntjs.com</a><p>[3] - <a href="http:&#x2F;&#x2F;www.linemanjs.com" rel="nofollow">http:&#x2F;&#x2F;www.linemanjs.com</a><p>[4] - <a href="https:&#x2F;&#x2F;github.com&#x2F;davemo&#x2F;end-to-end-with-angularjs" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;davemo&#x2F;end-to-end-with-angularjs</a>