Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to Grails 3 #131

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Conversation

dmahapatro
Copy link

  • Upgrade to Grails 3
  • Upgrade to Bootstrap 3.3.5
  • No support for resources plugin
  • LESS support WIP

@dmahapatro
Copy link
Author

LESS files added. Excluding .less files during asset precompilation phase can be achieved by adding below config in application's build.gradle which uses this plugin:

assets {
    excludes = [ '**/*.less' ]
}

@bdbogjoe
Copy link

bdbogjoe commented Jul 8, 2015

good !
possible to merge it ?

@dmahapatro
Copy link
Author

@bdbogjoe Yes, it should be good. But changes related to publishing has to be added to build.gradle after the merge.

@bdbogjoe bdbogjoe mentioned this pull request Jul 30, 2015
@bdbogjoe
Copy link

any news one this ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants