0x1eef
816ea05288
Replace lib/filters/webpack.rb with [nanoc-webpack.rb](https://github.com/0x1eef/nanoc-webpack.rb)
15 lines
341 B
Ruby
15 lines
341 B
Ruby
# frozen_string_literal: true
|
|
|
|
source "https://rubygems.org"
|
|
gem "nanoc", "~> 4.12"
|
|
gem "nanoc-live", "~> 1.0"
|
|
gem "nanoc-gunzip.rb", "~> 0.1"
|
|
gem "nanoc-webpack.rb", "~> 0.1", git: "https://github.com/0x1eef/nanoc-webpack.rb"
|
|
gem "rainpress", "~> 1.0"
|
|
gem "sass"
|
|
gem "standardrb"
|
|
gem "ryo.rb"
|
|
gem "paint"
|
|
gem "dotenv"
|
|
gem "adsf"
|
|
gem "puma"
|