KickstartWithBootstrap
KickstartWithBootstrap copied to clipboard
Kickstart is an extension for Grails in order to start your project with a good looking frontend. It is intended to be used in rapid application scenarios such as a Startup Weekend or a prototyping se...
Added Apache License ver. 2.0 I've found out that your repo doesn't have an appropriate `LICENSE` file. I've created the file and choose Apache ver. 2.0 because you've stated it...
Steps to reproduce: 1) created new grails-app within intellij 13.1 2) created a new domain object "Player" with intiellij 3) Tried to create a new controller for Player, but fails...
when will the kickstartwithbootstrap upgrade to grails 3.x?
I follow the standard process to add the plugin successfully to a brand new project. But when I start the project, error message appear: ...... ERROR resource.ResourceMeta - Resource not...
resources were not found after updating to "resources:1.2.14". this version is needed on grails 2.4.x
Fails when compiling with grails 2.4.0 'cause of PluginManagerHolder ``` grails> compile | To install Kickstart run the script 'kickstart' (e.g., on command line 'grails kickstart')! | Compiling 406 source...
KickstartWithBootstrap not work with grails 2.4.0 why?
I have upgraded this project to Grails 2.4.2 with ":asset-pipeline:1.9.6", ":twitter-bootstrap:3.2.0.2", ":less-asset-pipeline:1.10.0". It is much cleaner now and easy to manage assets. What is the best way to upload the...
The built-in jQuery conflicts with the jQquery included in the app by the jQuery plugin. And the solutions such as jQuery.noConflict() does not work properly. It solves to some functions,...