1 drupal.inc drupal_build_js_cache($files)

Aggregates JavaScript files into a cache file in the files directory.

Deprecated

since 1.0.0

See also

backdrop_build_js_cache()

Related topics

File

core/includes/drupal.inc, line 1071
Contains constants and function wrappers for Drupal 7.x compatibility.

Code

function drupal_build_js_cache($files) {
  return backdrop_build_js_cache($files);
}