Skip to content

Instantly share code, notes, and snippets.

diff --git a/README.md b/README.md
index cb0c8ef..5f556db 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,16 @@
-momo
-====
-Angular JS Example App - Phonecat - bundled inside Play Framework 2.0 - Java version.
\ No newline at end of file
import sbt._
import Keys._
import PlayProject._
object ApplicationBuild extends Build {
val appName = "momo"
val appVersion = "1.0-SNAPSHOT"
val appDependencies = Seq(
# Routes
# This file defines all application routes (Higher priority routes first)
# ~~~~
# Home page
GET / controllers.Application.index()
GET /assets/phones/:phoneId controllers.Application.phones(phoneId: String)
# Map static resources from the /public folder to the /assets URL path
package controllers;
import java.io.File;
import java.io.IOException;
import org.apache.commons.io.FileUtils;
import play.*;
import play.mvc.*;
"keys": ["command+d"], "command": "run_macro_file", "args": {"file": "Packages/User/Delete-Line.sublime-macro"} }
@basav
basav / gist:3388743
Created August 18, 2012 17:57
sublime-controlD-macro
[
{
"args":
{
"to": "line"
},
"command": "expand_selection"
},
{
"args": null,