Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 558 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 558 Bytes

assemble-test

Testing to get my site over to assemble V0.6.0

npm i -g git://github.com/assemble/assemble.git#v0.6.0 to install globally

assemble to run default task

File structure

Assemblefile.js
package.json
browser.json
node_modules (ignored in .gitignore)
bower_components (ignore in .gitignore)
config.js
-lib
    -helpers
-data
    site.yaml
-content
-bonnet
    -layouts
    -partials

https://chrisjean.com/2009/04/20/git-submodules-adding-using-removing-and-updating/