Skip to content

Commit

Permalink
Update build scripts per CreateJS#1080, and rebuild v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jpeckj committed Aug 20, 2024
1 parent cf40260 commit d15341e
Show file tree
Hide file tree
Showing 15 changed files with 13,947 additions and 1,583 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ node_modules/
*.sublime-project
*.sublime-workspace
config.local.json
*.zip

*[\<\>\:\"\/\\\|\?\*]*
npm-debug.log
build/.sass-cache
main.css
main.css.map
spikes
yarn.lock
package-lock.json
#package-lock.json
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "EaselJS",
"version": "1.0.0",
"version": "1.0.3",
"homepage": "https://github.com/CreateJS/EaselJS",
"authors": [
"gskinner",
Expand Down
1 change: 0 additions & 1 deletion build/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ module.exports = function (grunt) {
docs: {
options: {
style: 'compressed',
sourcemap:"none"
},
files: {
'createjsTheme/assets/css/main.css': 'createjsTheme/assets/scss/main.scss'
Expand Down
2 changes: 1 addition & 1 deletion build/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"../src/easeljs/ui/Touch.js",
"../src/easeljs/version.js"
],
"docs_out_path": "../../createjs-com_version2/docs/easeljs/",
"docs_out_path": "../../createjs-com_version-1.0/docs/easeljs/",
"connect_root": "../",
"livereload_watch": [
"../{examples,extras}/{,*/}*.{png,jpg,jpeg,gif,webp,svg,ogg,mp3,js,css,html}"
Expand Down
Loading

0 comments on commit d15341e

Please sign in to comment.