1.0.4 • Published 8 years ago

viur-ignite-js v1.0.4

Weekly downloads
2
License
GPL-3.0
Repository
github
Last release
8 years ago

npm version Dependency Status Build Status GitHub license

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

Who do I talk to?

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago