/pleiofile

Advanced file and folder management plugin for groups.

Primary LanguageCSSGNU General Public License v2.0GPL-2.0

Pleiofile

This plugin provides file and folder management for Elgg 1.8 in Groups. Install the plugin in conjunction with the file plugin (provided with Elgg). This plugin depends on React.js, React-bootstrap and Immutable.js.

Image of Pleiofile

Development

Javascript dependency management is managed by NPM. To install the dependencies (for development purposes) run:

npm install

For live reloading use

gulp watch

and for re-building a minified version use

gulp build

There is also a git pre-commit hook that builds a minified version before a commit.