mirror of
https://github.com/koodiklinikka/koodiklinikka.fi.git
synced 2026-01-26 11:23:58 +00:00
remove jquery from package
This commit is contained in:
@@ -13,6 +13,5 @@
|
||||
"tests"
|
||||
],
|
||||
"dependencies": {
|
||||
"jquery": "~1.10.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
$ = require 'jquery'
|
||||
console.log 'foobar'
|
||||
|
||||
Reference in New Issue
Block a user