jianzi123
de09c12980
Pull request i18n ( #2804 )
...
* ...
* ...
* ...
* add translated files in Chinese.
* Remove compiled message files
* Consolidate translations into one set of files
* Rename .pot files to .po
* Add zh-CN to list of supported languages
* Ignore compiled .mo files
* Revert a couple of unimportant changes
8 years ago
Grant Nestor
b69509fcab
Move preact, preact-compat, and proptypes to bower
9 years ago
Min RK
2b09d59b1d
re-add `npm run build:watch`
...
it's not true watching, just polling every few seconds.
Help docs still point to this command,
and we need something for devs as `ignore_minified_js` is gone.
9 years ago
Min RK
cbd6eef04a
get preact from script tag
...
doesn't seem to like loading with require
9 years ago
Min RK
8a644a9794
restore r.js-based build system from 4.x
9 years ago
Jason Grout
b3936cb3b8
Polyfill promises from the page template.
...
Doing this from webpack as a plugin caused https://github.com/ipython/ipywidgets/issues/844 (and probably other issues we haven’t noticed), and also forced us to use the es6-promise Promise object instead of the native one.
Fixes https://github.com/ipython/ipywidgets/issues/844
9 years ago
YuviPanda
922c9c8d16
Bump xterm.js version to v2.1.0
9 years ago
YuviPanda
bc0a758cf2
terminal: Bump xterm.js to 2.0.1
...
Primary fix is better copy / paste support
Release notes in https://github.com/sourcelair/xterm.js/releases/tag/2.0.1
9 years ago
Grant Nestor
72e75efe6c
Move remove duplicate `moment` dependency in bower
9 years ago
Grant Nestor
7e3e9f31aa
Add es6-promise polyfill to webpack config
9 years ago
YuviPanda
fd88eadb61
Bump xterm.js to 1.1.3
...
The only fix is a fix to the build script, since their
previous one forgot to publish 1.1.2 to npm :)
10 years ago
YuviPanda
a38cac92e8
Update xterm.js to 1.1.2
...
Major feature upgrade is that IMEs now work, so people
can type non-latin characters into them!
Also has:
- Better mouse support
- Signed releases
- Scrollbar
https://github.com/sourcelair/xterm.js/releases/tag/1.1.2
10 years ago
Grant Nestor
75835e4ca8
Add `npm run build:css:watch` script
10 years ago
YuviPanda
e58a1d37b3
xterm: Bump version to 1.0
...
Changelog at https://github.com/sourcelair/xterm.js/releases/tag/1.0.0
Particularly interesting features:
- Better support for international characters
- Performance improvements in rendering
- Fix inverse color rendering
10 years ago
Steven Silvester
d0708614b5
Add missing webpack loaders
10 years ago
Steven Silvester
d223e96fe1
Switch to xterm for the terminal emulator
10 years ago
Dave Hirschfeld
34203fa00f
Fix quoting in `package.json`
10 years ago
Min RK
b55f68e445
less sourcemaps don't work with less-2.7
10 years ago
Min RK
2ced11ff9c
run js before css
10 years ago
Min RK
4c7f5972e1
add npm run build:css
...
setup.py css is just an alias for this,
so there should be no more calls back to Python from npm run build:anything
10 years ago
Matthias Bussonnier
baa49f73c8
Add eslint deps
10 years ago
Matthias Bussonnier
ab85f165c7
Create shortcut editor for the notebook
...
1) finish the step allowing the use of es6
- this include some tweak to web pack configuration to speed up
recompile in watch mode (in particular cache sourcemaps).
- enable eslint (error only), on obvious mistakes.
- setup babel to compile to es5 as a target.
2) Make the test pass under Casper that does not always have
`Function.prototype.bind` defined, which we cannot patch only in the
tests.
3) Write an actual shortcut editor that list and allow to modify most of
the command mode shortcut.
The logic to persist the shortcuts is a bit tricky as there are default
keyboard shortcuts, and so when you "unbind" them you need to re-unbind
them at next startup. This does not work for a few shortcut for
technical reasons: `<Esc>`, `<Shift>`, as well as `<Ctrl-Shift-P>` and `<F>`
which register asynchronously, so are not detected as "default"
shortcuts.
10 years ago
Matthias Bussonnier
1096410fcf
Try es6 and add a few features for shortcut editor.
10 years ago
Min RK
fdc1bb50da
simplify js build steps
...
- run npm, bower install every time (except from sdist).
Removes need to check npm, bower sources.
- only check `built/index.js` for build target
since webpack is only a single step now
10 years ago
Jonathan Frederic
a83f18255b
Use npm to install moment
10 years ago
Jonathan Frederic
e409dd1a2c
Install webpack and configure scripts for execution of webpack
10 years ago
Matthias Bussonnier
2d5d548d79
Revert "Use NPM, node ES5, and browserify."
11 years ago
Jonathan Frederic
7717a986d1
Load underscore globally
11 years ago
Jonathan Frederic
467ae32b05
Make sure requirejs can't be set more than once.
11 years ago
Jonathan Frederic
c802038415
Remove jquery, jqueryui, and bootstrap from npm packages
11 years ago
Jonathan Frederic
69bb4b1a0a
Truely load jquery, jqueryui, and bootstrap as globals.
11 years ago
Jonathan Frederic
55dd626980
Fix tests
11 years ago
Jonathan Frederic
b8f25eea2f
Remove debowerify
11 years ago
Jonathan Frederic
72d052eb5d
Debowerify and google caja support
11 years ago
Jonathan Frederic
aa097ba662
Add typeahead npm ref
11 years ago
jdfreder
b2ae17dd09
Fix some problems reported by Matthias
11 years ago
Jonathan Frederic
6258f542dd
Almost working 100%
11 years ago
Jonathan Frederic
a719e19b39
Add script to amd-ify the commonjs code,
...
(backwards compat. and dynamic loading)
11 years ago
Jonathan Frederic
4c07a8bffc
Add new cjs conversion method
11 years ago
Jonathan Frederic
e0f3141748
Magic r.js stuff
11 years ago
jdfreder
37d92cb80d
Fix jquery dependency
11 years ago
Jonathan Frederic
f7d546c153
Add clean script
11 years ago
Jonathan Frederic
3498a5193c
Get all of the apps working except notebookapp
11 years ago
Jonathan Frederic
81a2998fe0
Dynamically load contents, also browserify contents.
11 years ago
jdfreder
c180719fa8
Post install bower install
11 years ago
jdfreder
ad80ae9bca
Fix bugs 🐛
11 years ago
Kyle Kelley
6a2960104c
Install jquery from npm (needed as dependency).
11 years ago
jdfreder
b88fa0163a
Use npm for js and less builds
11 years ago
Min RK
c41df91b10
remove gulp
...
Follow-suit from ipywidgets and
build js/css with Python/js scripts instead:
e.g.
- `npm run build`
- `setup.py js css`
11 years ago
Matthias Bussonnier
19e37b0aa1
Do not minify css
...
it removes rules. Closes #112
11 years ago