Update Rules
This commit is contained in:
parent
d35c0f246a
commit
ddad2d5687
1 changed files with 6 additions and 3 deletions
9
Rules
9
Rules
|
@ -15,12 +15,15 @@ json_dir = File.join(Dir.getwd, "src", "json")
|
|||
name_by_id = Ryo.from_json_file("#{json_dir}/nameById.json")
|
||||
i18n = Ryo.from_json_file("#{json_dir}/i18n.json")
|
||||
buildenv = ENV["buildenv"] || "development"
|
||||
|
||||
##
|
||||
# Plugins
|
||||
Nanoc::Webpack
|
||||
.default_argv
|
||||
.concat ["--config", "webpack.#{buildenv}.js"]
|
||||
Nanoc::Tidy.default_options.merge!(
|
||||
"-upper" => true
|
||||
)
|
||||
Nanoc::Tidy
|
||||
.default_argv
|
||||
.concat ["-upper"]
|
||||
|
||||
##
|
||||
# See packages/typescript/postman
|
||||
|
|
Loading…
Reference in a new issue