Skip to content
This repository has been archived by the owner on Dec 9, 2021. It is now read-only.

dvcrn/proxmate-chrome

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Code has been moved. This version here is not maintained anymore.

ProxMate for Chrome

Built Status

Extension store version here - https://chrome.google.com/webstore/detail/proxmate/ifalmiidchkjjmkkbkoaibpmoeichmki

Building

ProxMate is using grunt for building. To build a dist file (completely minified through googles clojurecompiler, cssmin and htmlmin) run grunt build.

Development and live reloading is available through grunt serve.

To build a non-minified version, run grunt src.

Contributing

Contributions have to be unit tested and should not break existing functionality (grunt test).