aboutsummaryrefslogtreecommitdiffstats
path: root/gulpfile.js
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2016-04-14 06:28:44 +0800
committerDan Finlay <dan@danfinlay.com>2016-04-14 06:28:44 +0800
commitd814a45dffa6a872f6e336cad33ca41ffb102887 (patch)
treed8cdd0c4b8c6559efaf6846b24f0d6440f3c94f5 /gulpfile.js
parent9f1438b85b3dac8f1dd98f7bd6e101035cfce0a5 (diff)
downloaddexon-wallet-d814a45dffa6a872f6e336cad33ca41ffb102887.tar.gz
dexon-wallet-d814a45dffa6a872f6e336cad33ca41ffb102887.tar.zst
dexon-wallet-d814a45dffa6a872f6e336cad33ca41ffb102887.zip
Moved UI into repo with its own dependency stack
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/gulpfile.js b/gulpfile.js
index 0d72c3d4..dabf49f7 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -31,7 +31,7 @@ gulp.task('copy:images', copyTask({
destination: './dist/images',
}))
gulp.task('copy:reload', copyTask({
- source: './app/scripts/',
+ source: './app/scripts/',
destination: './dist/scripts',
pattern: '/chromereload.js',
}))
@@ -93,7 +93,6 @@ function copyTask(opts){
}
}
-
function bundleTask(opts) {
var browserifyOpts = assign({}, watchify.args, {
entries: ['./app/scripts/'+opts.filename],
@@ -101,6 +100,7 @@ function bundleTask(opts) {
})
var bundler = browserify(browserifyOpts)
+ bundler.transform('brfs')
if (opts.watch) {
bundler = watchify(bundler)
bundler.on('update', performBundle) // on any dep update, runs the bundler
@@ -121,7 +121,7 @@ function bundleTask(opts) {
.pipe(buffer())
// optional, remove if you dont want sourcemaps
.pipe(sourcemaps.init({loadMaps: true})) // loads map from browserify file
- // Add transformation tasks to the pipeline here.
+ // Add transformation tasks to the pipeline here.
.pipe(sourcemaps.write('./')) // writes .map file
.pipe(gulp.dest('./dist/scripts'))
.pipe(livereload())
> * Upgrade to 1.73.kuriyama2001-10-023-3/+24 * Respect wmf library bump.alex2001-09-261-1/+1 * Remove obsolete pkg-message.knu2001-09-262-6/+0 * * Assume maintainership by agreement.dougb2001-09-251-1/+2 * This patch comes from the ht://Dig maintainers, and fixes a possibledougb2001-09-251-0/+24 * Update to 1.1. While at it, make it work on -stable.tobez2001-09-242-9/+9 * Remove ftp.freesoftware.com from MASTER_SITES of ports since it no longer exi...dwcjr2001-09-241-2/+1 * Add modlogan, a modular log file analysis program.tobez2001-09-239-0/+237 * Sort entries.knu2001-09-211-1/+1 * add rotijliao2001-09-216-0/+32 * Add ruby-format (FormatR), which provides Perl like formats for Ruby.knu2001-09-206-0/+54 * Add ruby-htmlrepair, a Ruby library to repair unclosed tags in an HTMLknu2001-09-206-0/+41 * Add ruby-htmlcompact, a Ruby library to compact an HTML document byknu2001-09-206-0/+41 * Add ruby-htmlsplit, a Ruby library to split an HTML document into anknu2001-09-206-0/+36 * Update to 1.0.4.sobomax2001-09-193-3/+5 * Update to 2.4.5.sobomax2001-09-195-41/+23 * Bump the PORTREVISION's of the ports which install architectureknu2001-09-185-3/+5 * - Update to version 0.11.1wjv2001-09-175-772/+791 * Add diffutils 2.7, the GNU diff utilities.will2001-09-177-0/+80 * Add p5-Text-Balanced - a perl module to extract delimited text sequencestobez2001-09-176-0/+40 * Add PATCH_FILESdwcjr2001-09-142-0/+5 * Only define IS_INTERACTIVE if JADETEX is not set.murray2001-09-141-0/+2 * Update to 0.6.7 and unbreak.knu2001-09-135-482/+538 * honor PREFIX: USE_GMAKE and MAKE_ARGSlioux2001-09-131-0/+2 * o style fixeslioux2001-09-131-12/+1 * Add Perl modules for parsing and querying FreeBSD's Ports INDEX filetom2001-09-136-0/+49 * Fix MASTER_SITESbrian2001-09-131-1/+1 * Put docbook-400 back.nik2001-09-131-0/+1 * Put this back, with a new download location.nik2001-09-136-0/+112 * Update to 1.0.1.knu2001-09-122-2/+3 * Add gpp 2.0 - a generic text pre-processor.roam2001-09-128-0/+68 * Replace the ghostscript6 dependencies with ghostscript-gnu.knu2001-09-121-1/+1 * Replace the ghostscript55 dependencies with ghostscript-gnu.knu2001-09-121-1/+1 * Remove DocBook 4.0, superseded by 4.1asmodai2001-09-116-112/+0 * Remove DocBook 4.0 from master Makefile.asmodai2001-09-111-1/+0 * Update to 1.8.15.sobomax2001-09-113-4/+21 * Catch up to recent -current.kuriyama2001-09-081-3/+4 * Add textproc/xhtml dependency.kuriyama2001-09-051-1/+2 * Drop maintainership.kuriyama2001-09-041-1/+1 * .33.7 -> .33.7.1. It seems, the new version is not very different in themi2001-09-032-2/+2 * add rtf2htmijliao2001-09-036-0/+38 * Add a patch to prevent extconf.rb from mistakenly detecting functionsknu2001-09-011-0/+17 * Unbreak references in non-html output for port textproc/sgmlformatdwcjr2001-09-012-0/+26 * USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate.sobomax2001-08-314-4/+0 * - Fix PORTVERSION, which was not updatd during the last update of the port.wjv2001-08-311-3/+3 * Fix typo: WRKSC -> WRKSRCpetef2001-08-311-1/+1 * Update MAINTAINER email: clefevre@redirect.to -> clefevre@citeweb.netlioux2001-08-302-2/+2 * - update to 0.2403petef2001-08-303-6/+8 * - update to 0.33petef2001-08-303-60/+80 * add py2html 0.6petef2001-08-296-0/+37 * Update to version 1.4.3kevlo2001-08-283-2/+6 * Actually up PORTVERSION. I'm not quite sure how this fell out of mypetef2001-08-281-1/+1 * Update to 0.12.2petef2001-08-286-70/+10 * Update to 1.0.3.sobomax2001-08-275-4/+42 * Remove all mi-induced bogons:sobomax2001-08-273-17/+24 * * Add Wnn7's clients (jvim, jvim3, kinput2, mule) and a library fortaoka2001-08-274-5/+139 * Listen to Jun Kuriama and follow my yesterday's upgrade with anmi2001-08-273-2/+9 * - update to version 0.65petef2001-08-265-48/+11 * Upgrade from 2.4.1 to 2.4.2... I let the maintainers know a couple ofmi2001-08-265-108/+19 * Change maintainer from ports@FreeBSD.org to Paul Marquis <pmarquis@pobox.com>kris2001-08-261-1/+1 * Add source-highlight-1.1kris2001-08-258-0/+95 * Chase textproc/sablotron's update.petef2001-08-252-2/+4 * - update to version 0.65petef2001-08-253-13/+6 * Remove redundant USE_PERL5 statements.tobez2001-08-251-1/+0 * add replaceit 1.0.0petef2001-08-257-0/+49 * Add docbook-tdg 2.0.2, Norman Walsh's book,wjv2001-08-247-0/+1443 * Remove giffunip@asme.org as the maintainer: he no longer has the abilitykris2001-08-241-1/+1 * Update ruby-qt2 modules to 0.14.knu2001-08-232-60/+0 * Change my email address to petef@FreeBSD.org for the ports I maintain.petef2001-08-235-5/+5 * Fix bash'isms.obrien2001-08-232-0/+38 * Add WWW.sobomax2001-08-222-0/+4 * Add ruby-mwdom, DOM level2 module, XMLWriter and XHTMLWriter for Ruby.knu2001-08-226-0/+57 * Add ruby-xslt, an XSLT processor in pure Ruby.knu2001-08-226-0/+54 * Add ruby-xmlscan, pure Ruby XML/HTML scanner and XPathknu2001-08-2211-0/+97 * We don't need to patch `configure' as much as this patch was doing.obrien2001-08-212-12/+2 * Update to version 1.5.5.obrien2001-08-218-932/+37 * Update textproc/p5-XML-XPath to 1.10 and fix pkg-plist.tobez2001-08-203-2/+3 * Don't overwrite PORTREVISION if set from a slave port.jmz2001-08-201-1/+1 * - Fix pkg-plistijliao2001-08-183-27/+5 * - Update to the latest version, 0.9.4.mharo2001-08-184-22/+16 * Add one more MASTER_SITE.demon2001-08-181-1/+2 * Update to version 1.4.2kevlo2001-08-173-41/+747 * Fix enviroment variable `DIFF_OPTIONS' problemsanpei2001-08-162-0/+14 * Conditionalize bzip2 dependencies.knu2001-08-162-1/+9 * Add p5-URI-Find 0.11, perl module to find URIs in arbitrary text.tobez2001-08-156-0/+47 * Update pkg-comment to represent this perlmod's functionality with greaterwjv2001-08-151-1/+1 * Add scr2png since it is now needed for the handbook build.jim2001-08-151-2/+3 * Update to 1.1.1.knu2001-08-142-2/+2 * add minidomijliao2001-08-147-0/+64 * Add p5-XML-Twig 2.02, tree interface to XML documents.wjv2001-08-136-0/+45 * Prevent harmless but annoying warning: "this file includes <malloc.h> whichsobomax2001-08-131-0/+15 * Fix the build from the textproc/ispell directory for the german dictionariesjmz2001-08-131-1/+4 * Add xslint 005, an xSL(T) stylesheet checker maintained by Norman Walsh.dd2001-08-126-0/+62 * Add YA perl module for dealing with Comma-Separated-Values (CSV) files.markm2001-08-116-0/+45 * Update to 0.33.7lioux2001-08-094-30/+10 * Fix LIB_DEPENDS: aspell.9 -> aspell.11; overlooked when aspell waslioux2001-08-091-1/+1 * Update to 0.9.sobomax2001-08-084-4/+4 * Drop maintainership (I prefer Apache Project's ones).kuriyama2001-08-082-2/+2 * - Do checking for Python version ov pkg-req. This is somewhat experimentalwjv2001-08-073-11/+29 * - Add run-time dependency on PyXML (textproc/py-xml) - oops!wjv2001-08-072-1/+2 * Update to version 0.6.6wjv2001-08-074-19/+29 * Update to 0.9.6.knu2001-08-072-2/+2 * Upgrade to par 1.52kris2001-08-072-2/+2 * Update to 1.1.0.knu2001-08-073-3/+8 * upgrade to 1.47dijliao2001-08-067-49/+22 * p5-XML-LibXSLTijliao2001-08-067-0/+86 * add pdftohtmlijliao2001-08-068-0/+69 * s/WANT_GLIB/USE_GLIB/knu2001-08-061-1/+1 * Add dependency on libxslt/xsltproc. Bump PORTREVISION.nik2001-08-061-2/+3 * Fix LIB_DEPENDS on glib (glib-1.3.6), went unnoticed in the gliblioux2001-08-051-1/+1 * Upgrade to version 3.2.05.jmz2001-08-012-4/+3 * Use `@unexex /bin/rm' to remove symlinks to dirs, otherwise weird thingssobomax2001-08-012-32/+32 * - othe ports need to overwrite UNSQdinoex2001-08-011-1/+1 * Documentation goes into ${PREFIX}/share/doc, not into ${PREFIX}/doc.sobomax2001-07-312-22/+23 * Update textproc/p5-XML-Stream to 1.12.tobez2001-07-313-7/+13 * add html2foijliao2001-07-316-0/+33 * Update to 1.0.1.sobomax2001-07-305-7/+55 * Update to 2.4.1.sobomax2001-07-304-31/+35 * Another attempt (this time correct, I hope) to fix creation/removal of thesobomax2001-07-302-2/+3 * Add missing dependency.kuriyama2001-07-282-1/+7 * Update textproc/p5-Text-DoubleMetaphone to 0.05.tobez2001-07-272-2/+2 * ${PREFIX}/include/gnome-xml/libxml is a symlink to ${PREFIX}/include/gnome-xml,sobomax2001-07-272-1/+2 * Add checksums for 2.0.1 and 2.1.1.tg2001-07-261-0/+2 * There's no need to strip diffstat in the post-install target sincesteve2001-07-261-3/+0 * Note that the dependenc list should be kept in sync withdd2001-07-241-0/+3 * - fix WWW: line to point to HTML-Format's CPAN pagedd2001-07-221-1/+1 * Properly run-depend on ruby-uconv.knu2001-07-221-1/+2 * Removed invalid WWWmarkp2001-07-221-4/+0 * upgrade to 1.4.2ijliao2001-07-182-3/+3 * Pull out the dependency on DocBook 3.1, since none of the docs now requirenik2001-07-141-2/+1 * Depend on peps instead of eps2png -- peps produces better output (inc.nik2001-07-131-2/+2 * Update to version 0.4wjv2001-07-123-5/+5 * Add ruby-gdome, a Ruby extension that wraps around gdome2.knu2001-07-126-0/+56 * Add gdome2, the DOM C library developed for the GNOME project.knu2001-07-126-0/+73 * Upgdate to 1.71.kuriyama2001-07-123-3/+7 * Update to 19990912p2.knu2001-07-113-5/+5 * Update to 1.0.0.sobomax2001-07-113-10/+3 * Update to 2.4.0.sobomax2001-07-116-35/+114 * ${PREFIX}/share/${PORTNAME} --> ${DATADIR}sobomax2001-07-101-1/+1 * upgrade to 0.9.7ijliao2001-07-103-3/+9 * add htmldocijliao2001-07-106-0/+77 * Update to 0.92dwcjr2001-07-102-2/+2 * Add a missing dependency on japanese/ruby-uconv.knu2001-07-101-1/+2 * Update to 1.8.14.sobomax2001-07-102-3/+2 * add libxodeijliao2001-07-096-0/+34 * Upgrade to 1.70.kuriyama2001-07-095-1551/+23 * Initial import of pardiff-0.9.3.kevlo2001-07-087-0/+55 * My poor English in pkg-descr was correctedtaoka2001-07-061-4/+4 * Update to 0.60 + 0.60.1 patch.knu2001-07-032-0/+6 * Export $ISPELL_BRITISH to the configure script if it is defined. This fix anjmz2001-07-021-1/+4 * Update for the NOPORTDOCS case.roam2001-06-301-75/+75 * Make portversion in pkg-plist dynamic.dwcjr2001-06-272-74/+76 * Updating my email address in my remaining ports.wjv2001-06-275-5/+5 * Update to 1.05dwcjr2001-06-273-7/+129 * Upgrade databases/p5-DBIx-SearchBuilder to 0.39.tobez2001-06-262-2/+2 * Update to 1.0.2.knu2001-06-262-2/+2 * - Update to version 1.4.1kevlo2001-06-253-4/+4 * Remove duplicate words where appropriate.dd2001-06-251-1/+1 * Update to 0.5.0.knu2001-06-254-35/+35 * Upgrade to version 3.2.04.jmz2001-06-239-298/+18 * Updated MASTER_SITES to reflect new distfile location. Since this is thewjv2001-06-221-2/+2 * Upgrade to 0.32.vanilla2001-06-223-3/+5 * Update to version 1.2dwcjr2001-06-222-2/+2 * Use MASTER_SITE_PERL_CPAN.dannyboy2001-06-211-1/+2 * Update to 0.9.5.knu2001-06-202-3/+2 * Update to 0.61.dannyboy2001-06-204-8/+35 * Update to 1.0.1.knu2001-06-202-2/+2 * Update to 0.3; fix minor grammatical error in pkg-descr.wjv2001-06-193-7/+10 * Chase textproc/sablotron's update.knu2001-06-191-2/+2 * Update to 1.0.0.knu2001-06-193-30/+3 * add info_to_htmlijliao2001-06-196-0/+29 * Update to 0.11.0ade2001-06-194-3/+10 * Update to 2.3.10ade2001-06-194-37/+12 * Update to 0.60. Also, bring pkg-comment in line.dannyboy2001-06-194-4/+5 * Change maintainer's email address:roam2001-06-161-1/+1 * Put dummy files in the empty directories so they are surely packed.knu2001-06-161-0/+1 * Update to version 0.33.6.3kevlo2001-06-153-17/+12 * Add mguesser 0.1, a tool for guessing a text's charset and language.markp2001-06-156-0/+109 * use the clearer way to install the program to ${PREFIX}ijliao2001-06-141-3/+1 * add txt2manijliao2001-06-146-0/+34 * add WWW:ijliao2001-06-142-0/+4 * add py-sgrepijliao2001-06-146-0/+35 * Update to 0.2.9.7.sobomax2001-06-132-2/+2 * Updated MAINTAINER to my new committer email address.tobez2001-06-1345-45/+45 * Add p5-Sort-PolySort 0.12, general rules-based sorting of lists.tobez2001-06-126-0/+39 * upgrade to 1.3.0ijliao2001-06-103-3/+11 * Change maintainer's email address: clefevre@poboxes.com -> clefevre@redirect.toroam2001-06-091-1/+1 * Chase the textproc/sablotron update...knu2001-06-091-1/+2 * Now XEMACSLISPDIR and RUBY_ELISPDIR are taken care of byknu2001-06-092-7/+1 * Add a missing file, eruby.so. (D'oh!)knu2001-06-092-0/+3 * Add dadadodo 1.03,markp2001-06-086-0/+29 * Update to 0.9.4.knu2001-06-072-2/+2 * Maintainer address change: dom@myrddin.demon.co.uk -> dom@happygiraffe.netroam2001-06-071-2/+2 * Update to 0.6.10.knu2001-06-073-2/+13 * Upgrade to 7.58.max2001-06-075-59/+39 * Update to 0.2.9.6.sobomax2001-06-053-6/+6 * Update to 0.9.3.knu2001-06-043-13/+26 * Use ':' instead of '.' for ${CHOWN}.kuriyama2001-06-019-9/+9 * Use proper POSIX syntax for `chown'.obrien2001-06-011-1/+1 * upgrade to 2.1.0ijliao2001-05-293-2168/+2850 * remove unnecessary fileijliao2001-05-291-9/+0 * nterface to Gnome libxml2 libraryijliao2001-05-297-0/+56