• Homesearch
  • Collections
  • Sign in or create an account

Michael Czolko

Developer driven by passion of clean code

  • Elsewhere
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 Czolko1 min read
    Latest

    Sorting content data

    When and where, not how
    Michael Czolko2 min read

      Cleanup pointless commits in GIT

      For unknown reason, still can’t remember how to rewrite history in GIT.
      Michael Czolko2 min read

        Gulpfile in CoffeeScript

        Im more interested in CoffeeScript. So, here is solution for creating gulp configuration file in CS.
        Michael Czolko1 min read
          Collections edited by Michael Czolko
          • 50 Shades of Programming