added coffeescript
parent
61dd2328f4
commit
20aa97007e
2
Gemfile
2
Gemfile
|
@ -33,3 +33,5 @@ gem "autoprefixer-rails", "~> 9.5"
|
|||
gem "image_optim", "~> 0.26.3"
|
||||
|
||||
gem "image_optim_pack", "~> 0.5.2"
|
||||
|
||||
gem "coffee-script", "~> 2.4"
|
||||
|
|
|
@ -10,6 +10,10 @@ GEM
|
|||
public_suffix (>= 2.0.2, < 4.0)
|
||||
autoprefixer-rails (9.5.1.1)
|
||||
execjs
|
||||
coffee-script (2.4.1)
|
||||
coffee-script-source
|
||||
execjs
|
||||
coffee-script-source (1.12.2)
|
||||
colorator (1.1.0)
|
||||
concurrent-ruby (1.1.5)
|
||||
em-websocket (0.5.1)
|
||||
|
@ -112,6 +116,7 @@ PLATFORMS
|
|||
|
||||
DEPENDENCIES
|
||||
autoprefixer-rails (~> 9.5)
|
||||
coffee-script (~> 2.4)
|
||||
image_optim (~> 0.26.3)
|
||||
image_optim_pack (~> 0.5.2)
|
||||
jekyll (~> 3.8.5)
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
console.log "hello world"
|
|
@ -5,6 +5,8 @@ date: 2019-05-12 09:16 +0800
|
|||
categories: toys
|
||||
---
|
||||
{% asset sequencer.css %}
|
||||
{% asset sequencer.coffee %}
|
||||
|
||||
<div class="sequencer-baseline" >
|
||||
<div class="sequencer-wrapper" >
|
||||
<div class="sequencer" >
|
||||
|
|
Loading…
Reference in New Issue