Skip to content

sixteenbit/kamino

Repository files navigation

Kamino

What you'll need

Node.js

My preferred method of installing node is through Homebrew. This allows you to install with the correct permissions.

$ brew cask install npm

Bower

$ npm install -g bower

Core commands

Compile Sass to CSS and minify

$ grunt css

Concatenate scripts and minify

$ grunt js

Reload browser upon file changes

$ grunt watch

Copy theme to a versioned release directory and compresses to a zip

$ grunt build

Useful commands

Checks if your NPM or Bower dependencies are out of date.

$ grunt versioncheck

Sass Development

Sass files are located in the assets/css/sass directory.

All variables are located in assets/css/sass/_settings.scss.

Javascript Development

grunt js concatenates all js files on ln 24 of Gruntfile.js.

Initialize all js within assets/js/src/init.js.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published