2017年05月18日
shopify.github.io
Shopifyテーマのデプロイツール「Theme Kit」の設定
Shopify Theme Kitの設定が、Shopify/shopify_themeを以前利用していたユーザーにとっては、競合により一筋縄ではいかない可能性がありますので、設定方法を解説します。
そんな時の対策(確認済)
$ gem uninstall theme
$ git clone https://github.com/Shopify/shopify_theme.git
$ sed -i -e 's/assets\//assets\/ sections\//g' shopify_theme/lib/shopify_theme/cli.rb
$ cd shopify_theme/
$ gem build shopify_theme.gemspec
$ gem install shopify_theme-0.0.25.gem
おまけ
開発は主にTim Anemaさんが担当しているようです。
linkedInの経歴に下記記載がありました。
• Go development of a command line tool for Shopify theme development https://shopify.github.io/themekit . I solely re-wrote the tool and built up proper documentation both for the command line and for using Themekit as an SDK
Flagship LLC
フラッグシップはグローバルECとShopifyに特化した、マルチリンガルなWEBテクノロジーの会社です。基幹システ...
フラッグシップはグローバルECとShopifyに特化した、マルチリンガルなWEBテクノロジーの会社です。基幹システ...
キュレーター紹介
Flagship LLC
フラッグシップはグローバルECとShopifyに特化した、マルチリンガルなWEBテクノロジーの会社です。基幹システムや倉庫との Shopify 連携、独自 App 開発なども...
フラッグシップはグローバルECとShopifyに特化した、マルチリンガルなWEBテクノロジーの会社です。基幹システムや倉庫との Shopify 連携、独自 App 開発なども...
no comments