0.2.92 • Published 9 years ago

b_combiner-js v0.2.92

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

Simple Combiner

Simple Combiner.

Config

Configuration is very simple, you just have to create the folder /config/ and create the file init.js

You need to set the APP_PATH, is who is responsible for setting the relative directory of your application, the default is '/' and finally the environment, which can be either development or production.

    var setting = {
    	app_path      : '/',
    	env: 'development'
    };
    
    
    //Please install Node and run the command `npm install` and `npm start` to execute
    //Set Environment
    if ( typeof exports !== 'undefined' )
    	exports.setting = setting;

Joining files

Blend files is relatively simple, you must first establish the libraries you want to use in environment.

This is the /app/development/init

    //Development
     exports.files = {
            js: {
                output: 'app/include/init', //The output default base/include/init
                src: [
                    'app/config/init', // Needed do not change
                    'system/base/init', // Needed do not change
    //              'lib/Form',
    //              'lib/Upload' // Add all the necessary scripts for startup
                ]
    
            }
        }
        

Please install Node and run the command npm install and npm start to execute

0.2.92

9 years ago

0.2.91

9 years ago

0.2.9

9 years ago

0.2.8

9 years ago

0.2.7

9 years ago

0.2.6

9 years ago

0.2.5

9 years ago

0.2.3

9 years ago

0.2.2

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.9

9 years ago

0.1.8

9 years ago

0.1.7

9 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.11

9 years ago

0.0.10

9 years ago

0.0.2-a

10 years ago

0.0.1-l

10 years ago

0.0.1-k

10 years ago

0.0.1-h

10 years ago

0.0.1-g

10 years ago

0.0.1-f

10 years ago

0.0.1-e

10 years ago

0.0.1-d

10 years ago

0.0.1-c

10 years ago

0.0.1-b

10 years ago

0.0.1-a

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago