Home
search
Collections
Sign in or create an account
×
Upload an optional image.
Medium site navigation
Upload an optional image.
Michael Czolko
Developer driven by passion of clean code
Following
7
Followers
10
Elsewhere
Follow
Most recommended
Gulpfile in CoffeeScript
Im more interested in CoffeeScript. So, here is solution for creating gulp configuration file in CS.
Im more interested in CoffeeScript. So, here is solution for creating gulp configuration file in CS. require(‘coffee-script/register’); var gutil = require(‘gulp-util’); // Specify, where is your Gulp config in CoffeeScript placed. var gulpfile = ‘Gulpfile.coffee’; gutil.log(‘Using file’, gutil.colors.magenta(gulpfile)); // Execute CoffeeScript config. require(‘./’ + gulpfile); #gulpjs
Michael Czolko
1 min read
Latest
Sorting content data
When and where, not how
Michael Czolko
2 min read
Cleanup pointless commits in GIT
For unknown reason, still can’t remember how to rewrite history in GIT.
Michael Czolko
2 min read
Gulpfile in CoffeeScript
Im more interested in CoffeeScript. So, here is solution for creating gulp configuration file in CS.
Michael Czolko
1 min read
Collections edited by Michael Czolko
50 Shades of Programming
Follow
4