Skip to content
This repository has been archived by the owner on Oct 24, 2019. It is now read-only.

licg9999/aproxy-crx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aproxy-crx

help for development

  1. Make sure that the working directory is the root of project:

        cd /path/to/project
  2. Install node development dependencies

        npm install
  3. Install bower dependencies:

        cd src && bower install && cd -
  4. Build libs from bower_components:

        ./src/build.sh
  5. Build the whole project:

        grunt
  6. More about grunt operations see Gruntfile.js