pleio/pleiofile

There is no license information available for the latest version (dev-master) of this package.

Installs: 4 036

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Language:CSS

Type:elgg-plugin

dev-master 2018-05-24 10:21 UTC

This package is not auto-updated.

Last update: 2024-05-11 16:41:35 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.

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.