Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/upplication/sir-trevor-blocks
Upplication Blocks
https://github.com/upplication/sir-trevor-blocks
Last synced: about 8 hours ago
JSON representation
Upplication Blocks
- Host: GitHub
- URL: https://github.com/upplication/sir-trevor-blocks
- Owner: Upplication
- License: mit
- Created: 2015-10-01T09:53:27.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-01-03T12:30:30.000Z (almost 6 years ago)
- Last Synced: 2024-11-10T14:55:18.392Z (8 days ago)
- Language: JavaScript
- Homepage: http://www.upplication.com
- Size: 510 KB
- Stars: 7
- Watchers: 12
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Upplication SirTrevor blocks
Custom blocks:
* button
* ck-editor
* header-align
* image-edit
* map
* spacer
* text-align
* widget
* columns### INSTALLATION
Clone this repo and install the dependencies:
* Install node dependencies: `npm install`
* Install project dependencies: `bower install`### DEVELOPMENT
Before doing any of the following tasks make sure **you have installed the project*** `gulp doc` generate the jsdocs and store in the doc folder
* `gulp compile` generate new compile results of the blocks: `sir-trevor-blocks.js`, `sir-trevor-blocks.min.js`, `sir-trevor-blocks.css`, and`sir-trevor-blocks.min.css`
* `gulp patch` compile and generate a new tag in the git repository incrementing the path version
* `gulp feature` compile and generate a new tag in the git repository incrementing the feature version
* `gulp release` compile and generate a new tag in the git repository incrementing the major version