Skip to content

Commit d15341e

Browse files
committed
Update build scripts per CreateJS#1080, and rebuild v1.0.3
1 parent cf40260 commit d15341e

15 files changed

+13947
-1583
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@ node_modules/
1010
*.sublime-project
1111
*.sublime-workspace
1212
config.local.json
13+
*.zip
1314

1415
*[\<\>\:\"\/\\\|\?\*]*
1516
npm-debug.log
1617
build/.sass-cache
1718
main.css
19+
main.css.map
1820
spikes
1921
yarn.lock
20-
package-lock.json
22+
#package-lock.json

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "EaselJS",
3-
"version": "1.0.0",
3+
"version": "1.0.3",
44
"homepage": "https://github.com/CreateJS/EaselJS",
55
"authors": [
66
"gskinner",

build/Gruntfile.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ module.exports = function (grunt) {
149149
docs: {
150150
options: {
151151
style: 'compressed',
152-
sourcemap:"none"
153152
},
154153
files: {
155154
'createjsTheme/assets/css/main.css': 'createjsTheme/assets/scss/main.scss'

build/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"../src/easeljs/ui/Touch.js",
4343
"../src/easeljs/version.js"
4444
],
45-
"docs_out_path": "../../createjs-com_version2/docs/easeljs/",
45+
"docs_out_path": "../../createjs-com_version-1.0/docs/easeljs/",
4646
"connect_root": "../",
4747
"livereload_watch": [
4848
"../{examples,extras}/{,*/}*.{png,jpg,jpeg,gif,webp,svg,ogg,mp3,js,css,html}"

0 commit comments

Comments
 (0)