mirror of
https://github.com/koodiklinikka/koodiklinikka.fi.git
synced 2026-03-17 11:05:07 +00:00
coffee -> js
This commit is contained in:
@@ -19,8 +19,7 @@ production = process.env.NODE_ENV is 'production'
|
|||||||
|
|
||||||
config =
|
config =
|
||||||
scripts:
|
scripts:
|
||||||
source: './src/coffee/main.coffee'
|
source: './src/js/main.js'
|
||||||
extensions: ['.coffee']
|
|
||||||
destination: './public/js/'
|
destination: './public/js/'
|
||||||
filename: 'bundle.js'
|
filename: 'bundle.js'
|
||||||
templates:
|
templates:
|
||||||
|
|||||||
@@ -22,7 +22,6 @@
|
|||||||
"bower": "~1.3.5",
|
"bower": "~1.3.5",
|
||||||
"browserify": "~6.1.0",
|
"browserify": "~6.1.0",
|
||||||
"chalk": "~0.5.1",
|
"chalk": "~0.5.1",
|
||||||
"coffeeify": "~0.7.0",
|
|
||||||
"deamdify": "^0.1.1",
|
"deamdify": "^0.1.1",
|
||||||
"debowerify": "~0.9.1",
|
"debowerify": "~0.9.1",
|
||||||
"ecstatic": "~0.5.3",
|
"ecstatic": "~0.5.3",
|
||||||
@@ -46,7 +45,6 @@
|
|||||||
},
|
},
|
||||||
"browserify": {
|
"browserify": {
|
||||||
"transform": [
|
"transform": [
|
||||||
"coffeeify",
|
|
||||||
"debowerify",
|
"debowerify",
|
||||||
"deamdify"
|
"deamdify"
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
console.log 'foobar'
|
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
doctype html
|
doctype html
|
||||||
html
|
html
|
||||||
head
|
head
|
||||||
title Gulp template
|
title Koodiklinikka.fi
|
||||||
link(rel='stylesheet', href='css/style.css')
|
link(rel='stylesheet', href='css/style.css')
|
||||||
body
|
body
|
||||||
h1 Hello world!
|
h1 Hello world!
|
||||||
|
|||||||
1
src/js/main.js
Normal file
1
src/js/main.js
Normal file
@@ -0,0 +1 @@
|
|||||||
|
console.log('foobar');
|
||||||
Reference in New Issue
Block a user