Skip to content

Commit

Permalink
Use DATE_W3C in header.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanve committed Apr 14, 2013
1 parent 463ccf9 commit c59bc2b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build/.build.php
Expand Up @@ -59,10 +59,10 @@ function getCss($file, $mode = 'min') {
# generate the output:
call_user_func(function() {
$params = getParams();
$nfo = '/* :::::::::::::::::: '
. "\n" . ' * @link css3base.com/build/' . implode(',', $params->build)
. "\n" . ' * @date ' . date('Y-m-d')
. "\n" . ' * ::::::::::::::::: */';
$nfo = '/*!'
. "\n" . ' * @link css3base.com/build/' . implode(',', $params->build)
. "\n" . ' * @time ' . date(DATE_W3C)
. "\n" . ' */';
$output = [];
foreach ($params->build as $n)
$css = ($css = getCss($n, $params->mode)) ? array_push($output, $css) : null;
Expand Down

0 comments on commit c59bc2b

Please sign in to comment.