1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
libjs-jquery-selectize.js for Debian
------------------------------------
A few things worth mentioning about this package.
- The examples/ directory is not being installed because of a minified
JS, examples/js/es5.js, which is not package by Debian. Well,
actually it is packaged apparently, but by a Ruby package, and I
don't feel like adding more dependencies just for testing.
- The script debian/build.sh tries to mimick what Grunt does. I was
only able to regenerated the JS file (selectize.js); unfortunately,
in order to regenerated the .less and CSS files I would have to
package more things, and I do not currently have the time/energy to
do so. Therefore, for the specific cases of .less and CSS files, I
opted to install what comes with the upstream source, under the
dist/{css,less} directories. This should not be a big issue,
because there is no minified code there.
-- Sergio Durigan Junior <sergiodj@sergiodj.net> Wed, 17 Aug 2016 19:00:31 -0400
|