5.0.0-alpha • Published 6 years ago

mvccore-ext-form-js v5.0.0-alpha

Weekly downloads
1
License
BSD-3-Clause
Repository
github
Last release
6 years ago

MvcCore Extension - Form - Custom Javascripts

Latest Stable Version License Google Closure Build

Node builder to compile custom javascripts for PHP library MvcCore Form Extension (mvccore/ext-form), which serves web forms and much more.

Custom javascripts are compiled by Google Closure Compiller.

Instalation

npm install mvccore-ext-form-js

Excending and custom javascript development

  • add, change or remove anything in "node_modules/ext-form-js/src/*.js"
  • build your new javascript files
  • configure PHP library MvcCore Form Extension to use your custom javascripts

Building

Configuration

  • open file "node_modules/ext-form-js/dev-tools/build.js"
  • edit lines 14 and 15 to change compiled javascript files destination

Windows

cd node_modules/ext-form-js/dev-tools
build.cmd

Mac/Linux

cd node_modules/ext-form-js/dev-tools
sh build.sh