0.0.6 • Published 7 years ago

briks-utils v0.0.6

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

briks-utils

Client side JavaScript utilities for Briks.

Intro

This is a separate repository for the client side utils that are part of briks. The reason for having them here is to have rapid releases- essentially briks will be pulling this in and building it from this source rather than having multiple releases within briks itself.

About

This uses requirejs optimizer to build the final file with all it's dependencies in order. Each method is stored in it's own file with it's own dependency list.

Contributing

To contribute please use the GitHub Flow.

Building

By default it will output to ./dist

To run a build outputting both minified and beautified:

npm run build

To run a build outputting minified only:

npm run build:ugly

To run a build outputting beautified only:

npm run build:pretty

To change the output directory simply include the argument --output like so:

npm run build -- --output=./mynew/path/here

Todo

  • Write tests
0.0.6

7 years ago

0.0.5

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago