File: libjs-underscore.string.README.Debian

package info (click to toggle)
underscore.string 3.3.4%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 852 kB
  • ctags: 431
  • sloc: makefile: 6
file content (26 lines) | stat: -rw-r--r-- 877 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
libjs-underscore.string for Debian
----------------------------------

In order to make use of underscore.string in your html, include the following
lines in your html header:

    <script language="javascript" type="text/javascript"
    src="/javascript/underscore.string/underscore.string.min.js"></script>


If you're generating files which are going to be served via the
filesystem (such that no HTTP server is used) instead you should
access underscore.string via the filesystem path:

    <script language="javascript" type="text/javascript"
    src="/usr/share/javascript/underscore.string/underscore.string.min.js"></script>


Explain why dfsg-packaging
--------------------------

underscore.string originally comes with minified files. However, it violates
the Debian Policy.


 -- Marcelo Jorge Vieira (metal) <metal@alucinados.com>  Wed, 07 Aug 2013 22:58:23 -0300