pleio / pleiofile
Installs: 4 036
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Language:CSS
Type:elgg-plugin
Requires
- composer/installers: ~1.0
This package is not auto-updated.
Last update: 2024-11-09 19:51:00 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.