Skip to content

WIP // A front-end seed with Sass, Handlebars and a Make build system.

Notifications You must be signed in to change notification settings

ZuraGuerra/ara-ararauna

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ararua

A front-end seed with Sass, Handlebars and a Make build system.

Requirements

Tasks

Modify the Makefile accordingly to your needs. A lot of things can be customized.

  • make init Creates the source folder tree. Defaults to:
.
├── src                         
│   ├── css           # Sass files
│   ├── deps
│   ├── img
│   ├── js
│     ├── templates   # Handlebars files
└── ...
  • make Compiles the .scss and .handlebars files, and copies assets to generate the build. Defaults to this folder tree:
.
├── build                         
│   ├── css           # CSS files
│   ├── deps
│   ├── img
│   ├── js
│     ├── templates   # Handlebars files
└── ...
  • make clean Deletes the build.
  • make rebuild Deletes the build and regenerates it.
  • make copy Copies assets from selected folders to the build.
  • make sass Compiles Sass files to CSS.

Todo

  • make install
  • make help
  • make handlebars

About

WIP // A front-end seed with Sass, Handlebars and a Make build system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published