viur-ignite-js
v1.0.4
Published
Javascript Libary | Extension of viur-ignite-css
Downloads
16
Readme
VIUR Ignite JS
The ViUR Ignite Framework is the first attempt in building a sturdy foundation for ViUR products and Mausbrand projects.This CSS toolkit is the very core of ViUR Ignite. It is built upon the principles of many CSS guides and frameworks.
VIUR Ignite JS is an extenstion to VIUR Ignite CSS. It's a simple JavaScript libary based on jQuery.
For a detailed introduction on the ViUR ignite framework and examples have a look at http://ignite.viur.is.
Install
$ npm install viur-ignite-js
Usage
const gulp = require('gulp');
const js = require('viur-ignite-js');
gulp.task('init', function() {
return js.init();
});
gulp.task('default', function() {
return js.build();
});
Run first the init task with
$ gulp init
than you can edit the app.js and minfiy the js with
$ gulp
Be individual
Call the function with an object of options
gulp.task('default', function() {
return js.build({
dest: './output/js'
});
});
The Default options are:
src: './sources/js/app.js',
dest: './appengine/static/js'
Contribution guidelines
- Available for use under the GPL-3.0 license