Example structure:
-- 10_controllers
---- home.coffee
---- show.coffee
---- admin.coffee
-- 90_ui
---- home.coffee
---- show.coffee
---- admin.coffee
Example output:
Imagine all of above Coffee files in one compiled file as well as every hitting CTRL+S!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
clear | |
echo "CoffeeScript watching you!" | |
coffee -j js/application.js -wc js/ |
No comments:
Post a Comment