Skip to content
This repository has been archived by the owner on Aug 14, 2018. It is now read-only.

Latest commit

 

History

History
executable file
·
23 lines (18 loc) · 688 Bytes

README.md

File metadata and controls

executable file
·
23 lines (18 loc) · 688 Bytes

Liveblog 3 AMP Theme repo is DEPRECATED

We integrated a monorepo aproach and the source code is now kept in the liveblog repo in the server/liveblog/themes/themes_assets/amp Link to the master branch to the following path

A tipical workflow for a theme only collaborator will change from the current steps

git clone https://github.com/liveblog/liveblog-amp-theme
cd liveblog-amp-theme
npm install
gulp watch-static

to the next steps

git clone https://github.com/liveblog/liveblog
cd liveblog/server/liveblog/themes/themes_assets/amp
npm install
gulp watch-static