mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-26 00:27:28 +02:00
add bundled distribution
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -3,3 +3,4 @@ build.js
|
|||||||
build.js.map
|
build.js.map
|
||||||
dist
|
dist
|
||||||
node_modules
|
node_modules
|
||||||
|
!dist/slate.js
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
dist/slate.js
|
||||||
docs
|
docs
|
||||||
examples
|
examples
|
||||||
lib
|
lib
|
||||||
|
1
Makefile
1
Makefile
@@ -37,6 +37,7 @@ clean:
|
|||||||
# Build the source.
|
# Build the source.
|
||||||
dist: $(shell find ./lib) package.json
|
dist: $(shell find ./lib) package.json
|
||||||
@ $(babel) $(babel_flags) --out-dir ./dist ./lib
|
@ $(babel) $(babel_flags) --out-dir ./dist ./lib
|
||||||
|
@ $(browserify) ./dist/index.js --standalone Slate --outfile ./dist/slate.js
|
||||||
|
|
||||||
# Build the examples.
|
# Build the examples.
|
||||||
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
Reference in New Issue
Block a user