Skip to content

Instantly share code, notes, and snippets.

@aubricus
Last active August 29, 2015 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aubricus/9ff2d1bece425fa5fe25 to your computer and use it in GitHub Desktop.
Save aubricus/9ff2d1bece425fa5fe25 to your computer and use it in GitHub Desktop.
Install Devbot HTML into Devbot Django Template

How to Install Devbot HTML into Devbot-Django

  1. In a new directory, create a Devbot-Django Project
  2. In a new directory, create a Devbot-HTML Project
  3. Devbot-Django: Delete all things in /static
  4. Devbot-HTML > Devbot-Django: Copy all things in /src to /static
  5. Devbot-HTML > Devbot-Django: Copy /config.rb into the Devbot-Django project root
  6. Devbot-Django: Update new /config.rb, replace src/ with static/
  7. Devbot-Django: Update vagrant, fab css_watch task: see: https://gist.github.com/aubricus/72edfdba60c0a4b89d0c
  8. Devbot-Django: Index.html remove require include
  9. Devbot-Django: Index.html, add new require include: see https://gist.github.com/aubricus/c13a1613057170fd2bf3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment