1
0
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:
Ian Storm Taylor 2016-07-20 09:45:46 -07:00
parent a9272f7274
commit 0c0eac9598
4 changed files with 66179 additions and 0 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@ build.js
build.js.map
dist
node_modules
!dist/slate.js

View File

@ -1,3 +1,4 @@
dist/slate.js
docs
examples
lib

View File

@ -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

File diff suppressed because one or more lines are too long