I hereby claim:
- I am neemzy on github.
- I am neemzy (https://keybase.io/neemzy) on keybase.
- I have a public key whose fingerprint is BEDA 3CA7 A920 3CFD ADED 838A 7487 7132 0A28 1BBA
To claim this, I am signing this object:
<?php | |
$naow = new DateTime(date('Y-m-d').' 00:00:00'); | |
$last = new DateTime('2017-09-08 00:00:00'); // date of last working day | |
/** | |
* @param DateTime $date | |
* | |
* @return bool | |
*/ |
#!/usr/bin/php | |
<?php | |
// We will filter original outputs by ignoring packages for which we aren't using the latest major version, | |
// as well as branch references and packages installed straight from git repos. | |
$isUpToDateComposer = true; | |
$isUpToDateNpm = true; | |
// Composer | |
if (file_exists('composer.json')) { |
I hereby claim:
To claim this, I am signing this object:
module.exports = function(grunt) | |
{ | |
// Nunjucks | |
grunt.registerTask('nunjucks', 'compilation du template', function(src, dest) { | |
var nunjucks = require('nunjucks'); | |
grunt.file.write( | |
dest, | |
nunjucks.render( |