Skip to content

Grunt tasker for compiling sass and js for an ExpressionEngine project.

Notifications You must be signed in to change notification settings

NathanQ/dev-grunt-ee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

dev-grunt-ee for ExpressionEngine development

dev-grunt-ee is a basic Grunt configuration that allows the developer to work on their static templating outside of the ExpressionEngine project environment. It handles SASS compilation and CSS and JavaScript minification and ports the style and scripts into the project.

Install

To get started, clone this repo alongside the project and install the dependencies with "npm install." Refer to getting started with Grunt in order to compile and change to fit your needs.

Directories

The Gruntfile is written to watch files within the dev_assets directory and write to dev_assets/css, html/css, and html/js. The dev_assets/css stylesheet is Sass to css and includes Sass file names and line numbers which is handy in development. The html/css and html/js are minified for production.

dev-grunt-ee

--dev_assets

----sass

----scripts

html

--css

--scripts

About

Grunt tasker for compiling sass and js for an ExpressionEngine project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published