/aproxy-crx

The chrome extension for aproxy

Primary LanguageJavaScriptMIT LicenseMIT

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