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
Min RK
7923bc817c
Clarify dependency-changed message
...
and add a few clarifying comments
11 years ago
Min RK
30102f2780
use gulp-newer to avoid wasteful re-running of rjs
11 years ago
Min RK
e00931bc11
compile main.min.js for each application
...
- build-main.js is a separate file, spawned with process.fork to allow parallel builds
- gulp js builds main.min.js for each js application
11 years ago
Min RK
d71a59cc9f
s/jupyter_notebook/notebook
11 years ago
Matthias Bussonnier
69d86dccc7
Configure watch/livereload extension and document it.
...
Is usefull mostly for css, but will be for typscript too.
11 years ago
Matthias Bussonnier
824c45f6a2
build sourcemap and tweek setup.py css to use gulp
11 years ago
Matthias Bussonnier
9287bd84f5
add building sourcemaps
11 years ago
Matthias Bussonnier
bf5484dd10
example of gulpfile to make css
11 years ago
Min RK
cfd1ee51e5
add package.json for fetching bower, less
11 years ago