

CONCATENATE CSS CODEKIT PLUS
Click on the plus icon to create a new Hook, rename the Hook name for clarity, and select Shell Script where you see Run the following.
CONCATENATE CSS CODEKIT INSTALL
It's best not to install webpack globally, because it's a dependency of your project and thus should be controlled via npm. CodeKit Project Settings Assuming you have the project folder added in CodeKit (if not, drag your folder into the CodeKit window to get started), go to the Project Settings and scroll down to the Hooks Tab. I've attempted to create a file several times, my latest attempt was several versions of this: module.exports = , combines media queries and concat/minify CSS with sourcemaps. Node was installed with homebrew's brew install node and seems to be working fine otherwise. GulpKit aims to match the simplicity of CodeKit with the power of NPM and Gulp packages. CodeKit makes it super easy to do all the nice things that youd normally need to use terminal commands, package managers and config files to get otherwise.
CONCATENATE CSS CODEKIT MAC
# load bootstrap files as "bootstrap/wells" CodeKit is a Mac app that gives you an easy graphical interface to configure the kind of handy dev features that usually require a lot of technical setup. Scss/modules/_bootstrap-customizations.scssĬontents of styles.scss "modules/bootstrap-customizations" # local "bootstrap/mixins" Js/main.js <- currently the compiled js 'output' fileĬss/styles.css <- currently the compiled css 'output' file As an alternative more configurable option, you can run Grunt or Gulp on Windows and either will do what Codekit does but both require a lot more configuration. I'm currently storing these globally, outside of the project: ~/bower_components/twbs-bootstrap-sass/vendor/assets/stylesheetsīecause CodeKit supports compass, I've got this in my config.rb file: add_import_path "~/bower_components/twbs-bootstrap-sass/vendor/assets/stylesheets" End up with one css file and one script file that can be included with a stylesheet and script tag.Use webpack -watch to compile both scripts and styles automatically when they are changed.

Maintain a small file with bootstrap customizations via sass variables, like $brand-primary.

