# grunt-jquerybuilder

> jQuery custom builds builder

Latest version **0.1.5** (published 2014-12-03) · 0 weekly downloads

## Install

```sh
npm install grunt-jquerybuilder
pnpm add grunt-jquerybuilder
yarn add grunt-jquerybuilder
bun add grunt-jquerybuilder
```

Provides the command `grunt-jquerybuilder`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.5 |
| Published | 2014-12-03 |
| First published | 2012-11-21 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=0.8.0 |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 11 |
| Author | asciidisco |
| Maintainers | asciidisco |
| Keywords | gruntplugin, jquery, custom, browser |

## Links

- npm: https://www.npmjs.com/package/grunt-jquerybuilder
- Repository: http://github.com/asciidisco/grunt-jquerybuilder
- Homepage: https://github.com/asciidisco/grunt-jquerybuilder
- Issues: https://github.com/asciidisco/grunt-jquerybuilder/issues
- npm.io page: https://npm.io/package/grunt-jquerybuilder

## Dependencies (1)

- [jquery-builder](https://npm.io/package/jquery-builder.md) 0.1.x

## Alternatives

- [@opentelemetry/exporter-zipkin](https://npm.io/package/@opentelemetry/exporter-zipkin.md) — 14.8M weekly downloads
- [pusher-js](https://npm.io/package/pusher-js.md) — 2.0M weekly downloads
- [browserify](https://npm.io/package/browserify.md) — 1.7M weekly downloads
- [sqs-consumer](https://npm.io/package/sqs-consumer.md) — 1.7M weekly downloads
- [@sanity/eventsource](https://npm.io/package/@sanity/eventsource.md) — 930.8K weekly downloads

## Recent versions

- 0.1.5 (latest) — 2014-12-03
- 0.1.4 — 2013-03-21
- 0.1.3 — 2013-03-20
- 0.1.2 — 2012-11-22
- 0.1.1 — 2012-11-21
- 0.1.0 — 2012-11-21

## README

# grunt-jquerybuilder

> Mainatiner wanted! Please use [jquery-builder](https://github.com/jgallen23/jquery-builder) as no more issues will be fixed

Simple grunt wrapper around the [jquery-builder](https://github.com/jgallen23/jquery-builder) from [@jgallen23](https://github.com/jgallen23).

[![Build Status](https://secure.travis-ci.org/asciidisco/grunt-jquerybuilder.png?branch=master)](http://travis-ci.org/asciidisco/grunt-jquerybuilder)

## Getting Started
Install this grunt plugin next to your project's [grunt.js gruntfile](http://gruntjs.com/getting-started) with: `npm install grunt-jquerybuilder`

Then add this line to your project's `grunt.js` gruntfile.

```javascript
grunt.loadNpmTasks('grunt-jquerybuilder');
```

### Resources

+ [grunt](https://github.com/cowboy/grunt)
+ [getting_started](https://github.com/cowboy/grunt/blob/master/docs/getting_started.md)
+ [jquery-builder](https://github.com/jgallen23/jquery-builder)

## Documentation
Load the grunt-jquerybuilder task as described in 'Getting started' and add your jQuery builder
configuration to your grunt file:

Example jQuery builder grunt file config entry:

```javascript
// ... grunt file contents
    jquery: {
      // the parts you want to exclude from your build
      // possible values ['ajax', 'css', 'deprecated', 'dimensions', 'effects', 'offset']
      exclude: ['ajax'],
      // the jQuery version (currently only 1.8.3 is supported) - defaults to 1.8.3
      version: '1.8.3',
      // output location (relative to your grunt.js file location)
      dest: 'build/jquery.custom.js',
      // minify the output (true or false) - defaults to false
      minify: false
    },
// ... even more grunt file contents
```
As you might have guessed, this would produce the same output as

```shell
grunt custom:-ajax
```

## Release History
### 0.1.2
+ Fixed filename reference in package.json

### 0.1.1
+ Housekeeping (README additions, log output, etc.)

### 0.1.0
+ Initial Release

## License
Copyright (c) 2012 asciidisco
Licensed under the MIT license.

---
_Source: https://npm.io/package/grunt-jquerybuilder · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
