greenpeace / planet4-plugin-engagingnetworks
This repository contains the wordpress plugin that connects Planet 4 with the Engaging Networks platform.
Installs: 18 184
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 19
Forks: 2
Type:wordpress-plugin
Requires (Dev)
- dealerdirect/phpcodesniffer-composer-installer: ^0.4.0
- phpunit/phpunit: ^6.2
- squizlabs/php_codesniffer: ^3.3.2
- wp-coding-standards/wpcs: ^1.1.0
This package is auto-updated.
Last update: 2024-09-17 18:04:38 UTC
README
Introduction
This Wordpress plugin connects Planet 4 with the Engaging Networks platform.
Task automation
We use gulp as automation tool for local development.
Available tasks
gulp git_hooks
'copies repo's git hooks to local git repo'gulp lint_css
'checks for css/sass lint errors'gulp lint_js
'checks for js lint errors'gulp sass
'concatanates/compiles sass files into a minified single stylesheet'gulp uglify
'concatanates/mangles js files into a minified single js file'gulp watch
'watches for changes in js or sccs files and runs the minification tasks. Can be used in conjuction with livereload to reload browser automatically on changes' https://www.npmjs.com/package/livereload#usage
Contribute
Please read the Contribution Guidelines for Planet4.