Esempio n. 1
0
 /**
  * Clears the build timestamp. Try to clear it out even if they do not have ts file enabled in
  * the INI.
  * 
  * build timestamp file is only created when build() is run from this shell
  */
 public function clear_build_ts()
 {
     $this->out('Clearing build timestamp.');
     $this->out();
     AssetConfig::clearBuildTimeStamp();
 }