View on GitHub

Cazary

jQuery plugin of WYSIWYG editor that aims for fast, lightweight, stylish, customizable, cross-browser, and multi-language.

Download this project as a .zip file Download this project as a tar.gz file

How to build

1. Preparation

1-1. Install npm

Ubuntu 16.04

# apt-get install nodejs nodejs-legacy npm

Ubuntu 14.04

# apt-get install nodejs npm

Ubuntu 12.04

# apt-add-repository ppa:chris-lea/node.js
# apt-get update
# apt-get install nodejs npm

Gentoo Linux

# USE="npm" emerge net-libs/nodejs

1-2. Install packages

$ npm install

2. Build

$ npm run build

That’s it! Distribution files will be generated in dist directory.