aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMihai Bazon <mihai@bazon.net>2013-09-06 09:54:30 +0300
committerMihai Bazon <mihai@bazon.net>2013-09-06 09:54:30 +0300
commit7c10b253462b0af3b8700e71ae2ae4aaac1a953e (patch)
treecb86a3964666b36468667ea01c08bdd8b7adc78a /test
parentcb9d16fbe4b9af135209e7f01cf1d40bf388c3d7 (diff)
downloadtracifyjs-7c10b253462b0af3b8700e71ae2ae4aaac1a953e.tar.gz
tracifyjs-7c10b253462b0af3b8700e71ae2ae4aaac1a953e.zip
Support HTML5 comment syntax (enabled by default!)
See http://javascript.spec.whatwg.org/#comment-syntax https://github.com/mishoo/UglifyJS/issues/503 https://github.com/marijnh/acorn/issues/62
Diffstat (limited to 'test')
0 files changed, 0 insertions, 0 deletions
* gnu/installer/newt/ethernet.scm: New file. * gnu/installer/newt/hostname.scm: New file. * gnu/installer/newt/keymap.scm: New file. * gnu/installer/newt/locale.scm: New file. * gnu/installer/newt/menu.scm: New file. * gnu/installer/newt/network.scm: New file. * gnu/installer/newt/page.scm: New file. * gnu/installer/newt/timezone.scm: New file. * gnu/installer/newt/user.scm: New file. * gnu/installer/newt/utils.scm: New file. * gnu/installer/newt/welcome.scm: New file. * gnu/installer/newt/wifi.scm: New file. * gnu/installer/steps.scm: New file. * gnu/installer/timezone.scm: New file. * gnu/installer/utils.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add previous files. * gnu/system.scm: Export %root-account. * gnu/system/install.scm (%installation-services): Use kmscon instead of linux VT for all tty. (installation-os)[users]: Add the graphical installer as shell of the root account. [packages]: Add font related packages. * po/guix/POTFILES.in: Add installer files. Mathieu Othacehe