diff options
author | Daniel Freedman <dfreedm2@gmail.com> | 2012-05-17 13:15:01 -0700 |
---|---|---|
committer | Daniel Freedman <dfreedm2@gmail.com> | 2012-05-17 13:15:01 -0700 |
commit | 4ffd88a5ea9fe58c2935ef5ffb9674da0375695a (patch) | |
tree | a20c5be5284dcb07ee0e31640a02118cfc83f574 /minify/package.js | |
parent | 94344bb09e029616e14b9189e964abbbd8f5b70f (diff) | |
download | biblez-ng-4ffd88a5ea9fe58c2935ef5ffb9674da0375695a.tar.gz |
note to not modify package.js in minify
Diffstat (limited to 'minify/package.js')
-rw-r--r-- | minify/package.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/minify/package.js b/minify/package.js index d590d25..37e7d5e 100644 --- a/minify/package.js +++ b/minify/package.js @@ -1 +1,5 @@ +/* + == DO NOT EDIT THIS FILE! == + This is necessary to keep paths correct for the minification process +*/ enyo.depends("../source"); |