module Jektify
Constants
- APP_NAME
Variables global
- APP_ROOT_CONFIG
- ENGINE
Instance class
- MAJOR
Description
MAJOR: It includes API changes and can break backward compatibility MINOR: It includes new features without breaking existing APIs PATCH: Fixes bugs and brings improvements in existing implementations
- MINOR
- PATCH
- RENDER
- VERSION
- YML_LOAD
Public Class Methods
loadSass()
click to toggle source
# File lib/jektify/main.rb, line 65 def loadSass ENGINE.configure_sass(ENGINE) end