Browse Source

[minor] [fix] minify

version-14
Anand Doshi 11 years ago
parent
commit
ae983eec3e
1 changed files with 0 additions and 8 deletions
  1. +0
    -8
      webnotes/utils/minify.py

+ 0
- 8
webnotes/utils/minify.py View File

@@ -1,11 +1,3 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd.
# MIT License. See license.txt



from __future__ import unicode_literals
import os, os.path, shutil

# This code is original from jsmin by Douglas Crockford, it was translated to # This code is original from jsmin by Douglas Crockford, it was translated to
# Python by Baruch Even. The original code had the following copyright and # Python by Baruch Even. The original code had the following copyright and
# license. # license.


Loading…
Cancel
Save