pleio / pleiofile
There is no license information available for the latest version (dev-master) of this package.
dev-master
2018-05-24 10:21 UTC
Requires
- composer/installers: ~1.0
This package is not auto-updated.
Last update: 2026-03-01 02:33:11 UTC
README
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.
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.
