Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.
/ js.spiffform Public archive
forked from lugensa/js.spiffform

fanstatic spiffform

License

Notifications You must be signed in to change notification settings

gocept/js.spiffform

 
 

Repository files navigation

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

Packages

No packages published

Languages

  • JavaScript 80.9%
  • HTML 9.3%
  • CSS 7.3%
  • Python 2.5%