Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Latest commit

 

History

History
31 lines (21 loc) · 1014 Bytes

README.rst

File metadata and controls

31 lines (21 loc) · 1014 Bytes

Introduction

This library packages SpiffForm for fanstatic. It is aware of SpiffForm's structure.

This requires integration between your web framework and fanstatic, and making sure that the original resources (shipped in the resources directory) are published to some URL.

Git subtree of SpiffForm

We use git subtree to get SpiffForm.

How:

$ git remote add -f spiffform https://github.com/lugensa/SpiffForm.git
$ git merge -s ours --no-commit spiffform/master
$ git read-tree --prefix=js/spiffform/resources/ -u spiffform/master
$ git commit -m "Subtree merged in js/spiffform/resources/"

Pull changes:

$ git pull -s subtree #this only works if we use not nested prefix name
$ git pull --squash -s subtree https://github.com/lugensa/SpiffForm.git master