You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
grayghostvisuals edited this page Dec 18, 2012
·
1 revision
###Grunt
Within the root directory of this project you'll find a file titled grunt.js which allows Javascript to be linted, concatenated, minimized for production on a live server all by using a CLI. If you don't like Codekit's GUI then go ahead and use grunt and the CLI as this method matches with our Codekit settings perfectly.
###Codekit
If you're on a Mac and wanna use Codekit instead of grunt to handle stylesheet pre-processor compiling, image optimization and javascript trickery feel free to do so. Within the project directory you'll find a file titled codekit-config.json which stores the settings of this project. Just drag this project's entire folder into your codekit file tree window and Boom goes the dynamite!.
###EditorConfig
.editorconfig helps keep our codebase consistent throughout our project without stuff like line endings which are incorrect from one machine to the next and so much more. EditorConfig is awesome!: http://EditorConfig.org