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
- Host: GitHub
- URL: https://github.com/tkdn/browserify-demo
- Owner: tkdn
- License: mit
- Created: 2015-03-01T12:36:12.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-01T14:42:11.000Z (over 11 years ago)
- Last Synced: 2025-12-20T00:10:26.383Z (6 months ago)
- Language: HTML
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```