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.

Show HN: A Yeoman generator for a front-end dev workflow

16 pointsby disintegratorabout 12 years ago

2 comments

disintegratorabout 12 years ago
Author here. This is my first attempt at open sourcing code!<p>Some background: I work at Pollen Digital in Sydney, Australia. We regularly get web-based projects to develop and release. My manager encouraged me to package up my workflow and send it out into the world. So here it is.<p>The workflow created by this generator utilises the following tools:<p>Grunt as the task runner<p>Bower as the package manager for web libraries/frameworks<p>Jade<p>CoffeeScript<p>LESS<p>I also wrote a little utility that amends css/js/image references in Jade and LESS files with their corresponding md5 checksums (first 8 characters to be specific) as a means for cache busting. This is included in gruntutils/index.coffee under the generated project's root.
评论 #5685328 未加载
scjrabout 12 years ago
What makes this different from the default yeoman webapp generator?
评论 #5685986 未加载