Dynamic content functionality for roots
Note: This project is in early development, and versioning is a little different. Read this for more details.
-
make sure you are in your roots project directory
-
npm i dynamic-content -S
-
modify your
app.coffee
file to include the extension, as suchdynamic_content = require 'dynamic-content' module.exports = extensions: [dynamic_content()] # everything else...
Please see the documentation for an overview of the functionality.
- Details on the license can be found here
- Details on running tests and contributing can be found here