coffee -> js

This commit is contained in:
Riku Rouvila
2015-01-13 23:30:24 +02:00
parent 469714c49f
commit 9a47b9e559
5 changed files with 3 additions and 6 deletions

View File

@@ -1 +0,0 @@
console.log 'foobar'

View File

@@ -1,7 +1,7 @@
doctype html
html
head
title Gulp template
title Koodiklinikka.fi
link(rel='stylesheet', href='css/style.css')
body
h1 Hello world!

1
src/js/main.js Normal file
View File

@@ -0,0 +1 @@
console.log('foobar');