remove jquery from package

This commit is contained in:
Riku Rouvila
2014-02-19 15:03:39 +02:00
parent 4b9646bf66
commit c0f49d8ee1
3 changed files with 0 additions and 6 deletions

View File

@@ -13,6 +13,5 @@
"tests"
],
"dependencies": {
"jquery": "~1.10.2"
}
}

View File

@@ -17,10 +17,6 @@ compileCoffee = (debug = false) ->
config =
debug: debug
transform: ['coffeeify']
shim:
jquery:
path: './vendor/jquery/jquery.js'
exports: '$'
bundle = gulp
.src('./src/coffee/main.coffee', read: false)

View File

@@ -1,2 +1 @@
$ = require 'jquery'
console.log 'foobar'