mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-02-01 05:16:10 +01:00
add bundled distribution
This commit is contained in:
parent
a9272f7274
commit
0c0eac9598
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ build.js
|
||||
build.js.map
|
||||
dist
|
||||
node_modules
|
||||
!dist/slate.js
|
||||
|
@ -1,3 +1,4 @@
|
||||
dist/slate.js
|
||||
docs
|
||||
examples
|
||||
lib
|
||||
|
1
Makefile
1
Makefile
@ -37,6 +37,7 @@ clean:
|
||||
# Build the source.
|
||||
dist: $(shell find ./lib) package.json
|
||||
@ $(babel) $(babel_flags) --out-dir ./dist ./lib
|
||||
@ $(browserify) ./dist/index.js --standalone Slate --outfile ./dist/slate.js
|
||||
|
||||
# Build the examples.
|
||||
examples:
|
||||
|
66176
dist/slate.js
vendored
Normal file
66176
dist/slate.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user