An open API service indexing awesome lists of open source software.

https://github.com/tkdn/browserify-demo

grunt-browserify demo
https://github.com/tkdn/browserify-demo

Last synced: 4 months ago
JSON representation

grunt-browserify demo

Awesome Lists containing this project

README

          

# Browserify demo

This repository is grunt-browserify demo and test personaly.

Browserified js file (dist/bundle.js) consists of "Customized jQuery(custom:-ajax)", "Moment.js" and "one jQuery plugin(jquery-scrollstop)".

## Clone this repo

```bash
$ git clone https://github.com/tkdn/browserify-demo.git
```

## ready for customized jquery

```bash
$ npm run jquery:custom
```

This is all done, jquery repo cloning into "vendor/jquery/" and "npm install" in the directory and "grunt custom:-ajax"

## browserify

```bash
$ npm run build
```