Skip to content

Commit 58e683f

Browse files
committed
Merge pull request #515 from mdinger/ace_isize
Use downloaded rust rules, not old ones
2 parents 71263d6 + 16737c6 commit 58e683f

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ bin/*
22
stage/*
33
node_modules/*
44
!node_modules/gitbook-plugin-rust-playpen
5+
node_modules/gitbook-plugin-rust-playpen/book/mode-rust.js
56
node_modules/gitbook-plugin-rust-playpen/book/ace
67
target

node_modules/gitbook-plugin-rust-playpen/book/mode-rust.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

setup-stage.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
#!/bin/bash
22

33
ace_repository='https://github.com/ajaxorg/ace-builds/trunk/src-min-noconflict'
4-
ace_local_folder='node_modules/gitbook-plugin-rust-playpen/book/ace'
4+
ace_playpen_local='node_modules/gitbook-plugin-rust-playpen'
55

66
mkdir -p bin
77
mkdir -p stage/node_modules
8-
svn checkout ${ace_repository} ${ace_local_folder}
8+
svn checkout ${ace_repository} ${ace_playpen_local}'/book/ace'
9+
cp ${ace_playpen_local}'/book/ace/mode-rust.js' ${ace_playpen_local}'/book/mode-rust.js'
910

1011
ln -sf ../book.json stage
1112
ln -sf ../examples/README.md stage

0 commit comments

Comments
 (0)