klokan / closure-library-plovr-hello-world-skeletons

Hello World with Plovr: Skeletons for development with Google Closure Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Closure Library Skeletons: Plovr Hello World
============================================

This repository contains varius skeletons used for development with Closure Library, Compiler and Plovr.
It helps beginners to start.

To put your script in the workbench with Plovr up your sleeve, instructions for Mac OS X below.

cd googlemaps
open main.html
make
( leave the terminal window open, press CTRL + C you are done running your script in the workbench )

Now edit main.js or any other script to your heart’s content,
with your favourite text editor, I tend to use vim. :set omnifunc=javascriptcomplete#CompleteJS

to test it just reload the file main.html that you opened in your browser.

About

Hello World with Plovr: Skeletons for development with Google Closure Library


Languages

Language:JavaScript 99.7%Language:CSS 0.3%