Test Liquid syntax in CoffeeScript files

This commit is contained in:
Chris Frederick 2014-08-26 17:24:27 +09:00
parent 79992fc3c8
commit 55de135467
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
---
message: "I knew it!"
---
$ ->
@ -7,4 +8,4 @@ $ ->
cube = (x) -> square(x) * x
cubes = (math.cube num for num in list)
alert "I knew it!" if elvis?
alert "{{ page.message }}" if elvis?