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

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

About

fanstatic spiffform

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

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