Project

General

Profile

« Previous | Next » 

Revision 792fbe18

Added by koszko about 2 years ago

Facilitate installation of scripts from the repository

This commit includes:

  • removal of page_info_server
  • running of storage client in popup context
  • extraction of some common CSS to a separate file
  • extraction of scripts import view to a separate file
  • addition of a facility to conveniently clone complex structures from DOM (in DOM_helpers.js)
  • addition of hydrilla repo url to default settings
  • other minor changes and of course changes related to the actual installation of scripts from the repo

View differences:

build.sh
273 273
    fi
274 274

  
275 275
    cp -r copyright licenses/ $BUILDDIR
276
    cp html/*.css $BUILDDIR/html
276 277
    mkdir $BUILDDIR/icons
277 278
    cp icons/*.png $BUILDDIR/icons
278 279
}

Also available in: Unified diff