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., (*1)
, (*2)
Development
Javascript dependency management is managed by NPM. To install the dependencies (for development purposes) run:, (*3)
npm install
For live reloading use, (*4)
gulp watch
and for re-building a minified version use, (*5)
gulp build
There is also a git pre-commit hook that builds a minified version before a commit., (*6)