# angular-coffee-AMD-seed **Repository Path**: mirrors_MrRaindrop/angular-coffee-AMD-seed ## Basic Information - **Project Name**: angular-coffee-AMD-seed - **Description**: angular coffeescript requirejs - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Build Status](https://travis-ci.org/ichord/angular-coffee-AMD-seed.png)](https://travis-ci.org/ichord/angular-coffee-AMD-seed) ### Tech Stack * Grunt * bower * CoffeeScript * Sass * AngularJS * Pure (css) * RequireJS * Karma * Compass ### Development Friendly * AutoCompile (coffescript, scss) * LiveReload * and more... ### Dir Structure * app - development stuff. coffeescript, sass, template and so on. * build - complied stuff. javascript, css, spec test... dev server will run on it. * dist - production stuff. compress and min files which can deploy to server. * test - testing! ### Tasks * grunt dev - set up development env * grunt dist - generate production stuff * grunt compile - compile coffeescript and sass * more details in `Gruntfile.coffee`