This file contains hidden or 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
require 'readline' | |
first_run = true | |
loop do | |
if first_run | |
puts | |
puts "Type a command to get started." | |
puts "Type \"exit\" to quit." | |
first_run = false |
This file contains hidden or 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
#!/usr/bin/env ruby | |
# Notes: | |
# * Your JS files in the "manifest" will be minified using Google's Closure Compiler | |
# and added to the final build in the order listed. | |
# * Vendor libraries (like jQuery) and the "compiler.jar" must be in your | |
# "vendor_lib_path" directory. | |
# * Write your JS in modules for best results! | |
# Running file directly |
NewerOlder