Skip to content

ggascoigne/grails-pipeline-scss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Grails, Bootstrap and the sass-asset-pipeline.

This is a very minimal Grails application demonstrating how to use the sass-asset-pipeline.

Note: Currently this app uses the new Grails 2.4.0.RC2 pre-release, I'll probably update it to the release when it comes out.

I really only had two requirements.

  • Use sass. There wasn't a grails plugin for bootstrap-sass and I wanted to see how easy it was to use the sass version without needing to create a plugin.
  • I wanted to clearly separate the files in the bootstrap-sass distribution from my own customization.

Most of the configuration comes from just laying out files correctly in the grails-app/assets folder. I chose to add a new vendor folder as a peer to the existing javascripts and stylesheets folders. My plan is to put all of my vendor or third-party js or css libraries under there.

I tried to keep the commit history clean so if you look back you should be able to see exactly what changes are what.

About

Demo using Grails SASS asset-pipeline

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published