GithubHelp home page GithubHelp logo

deliteful-build's Introduction

deliteful-build

Build version of ibm-js/deliteful.

Status

No official release yet.

Installation

Bower release installation:

$ bower install deliteful-build

Manual master installation:

$ git clone git://github.com/ibm-js/deliteful-build.git

Then install dependencies with bower (or manually from github if you prefer to):

$ cd deliteful-build
$ bower install

How to use

baseUrl is the directory containing deliteful-build.

This is the most common use-case so the needed configuration is built in the layer. To load the minified layer you just need to wrap your main require call with another require, requiring "deliteful-build/layer". Then you should continue to refer to modules with "deliteful/foo".

For example, this code:

require(["app/main", "deliteful/foo"], function() {
	...
});

Becomes:

require(["deliteful-build/layer"], function() {
	require(["app/main", "deliteful/foo"], function() {
		...
	});
});

Other baseUrl

If baseUrl is not the directory containing deliteful-build, custom configuration is needed.

require.config({
	paths: {
		"deliteful": "path/to/deliteful-build",
		"decor": "path/to/decor-build",
		"delite": "path/to/delite-build",
		"dpointer": "path/to/dpointer-build",
		"ecma402": "path/to/ecma402-build"
	}
});

Bug reporting

Issues should be filled against the source version of this project at ibm-js/deliteful

Licensing

This project is distributed by the Dojo Foundation and licensed under the "New" BSD License. All contributions require a Dojo Foundation CLA.

deliteful-build's People

Contributors

clmath avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

clmath edchat

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.