Cassie Tarakajian
5abf4c4e06
fixes #1026 ( #1028 )
2019-04-11 16:25:37 -04:00
Cassie Tarakajian
00a3e9b2b5
update package-lock.json
2019-03-05 16:28:54 -05:00
siddhant1
ef39b07205
Removed Moment'
2019-03-05 19:36:01 +05:30
Cassie Tarakajian
883a1cc2f6
update package-lock.json
2019-03-04 12:51:45 -05:00
siddhant1
b6e2c4c983
Migrated from momentjs to date-fns
2019-03-02 15:05:40 +05:30
Cassie Tarakajian
74ec1ba5bf
fixes #725 by updating jshint ( #848 )
2019-02-25 16:52:07 -05:00
Cassie Tarakajian
68c36c6dfb
fix broken package-lock.json
2019-02-20 14:49:37 -05:00
Cassie Tarakajian
8d5ac723de
update package-lock.json
2019-02-20 14:25:02 -05:00
Sepand Ansari
e1ef323e9b
Add jest/enzyme and a simple unit test
2019-01-25 17:21:10 -05:00
Cassie Tarakajian
7bd016bac3
fixes #785 , update node, and everything else that comes along with that ( #810 )
2019-01-16 17:56:18 -05:00
Cassie Tarakajian
2daeb683ff
update package-lock.json again, because this file continues to confuse me
2019-01-16 12:51:45 -05:00
Peter Blazejewicz
6d2a6cd9f8
Remove warning from build output updating node-sass ( #792 )
...
* Remove warning from build output updating node-sass
This updates minor version of `node-sass` removing warning about CSS
imports in SCSS files:
@sass/node-sass#2362
The primer-tooltips import uses CSS, not SCSS causing that deprecation
warning during build before `node-sass@4.11.*`.
Thanks!
* update package-lock.json too
2019-01-08 17:51:26 -05:00
Cassie Tarakajian
df3b8b5d45
update package-lock.json, a file that continues to confuse and baffle me
2018-12-21 16:03:29 -05:00
Joey Lee
597a6637cb
Generative Design Examples: Updated githack cdn to jsDelivr ( #779 )
...
* replaced () with {} to fix implicit return error
* added first version of fetching generative-design examples
* ignore local testing files
* formatting
* updated examples-gg-latest
* updated examples-gg-latest.js
- data files not served via rawgit - hallelujah!
- added jquery
* updated p5 version
* refactoring and code cleanup
* added comment
* comment out link to svgFiles - unused
* moved commented code
* fixed conflicts
* linted examples-gg-latest
* changed branch ref to master
* rm spaces
* updated url links with https for jquery and set branch to dev-updates for testing
* changed branched ref to master
* removed console.log of response.data to prevent logging user data to console
* fixed linting error
* updated p5 version from 0.7.1 to 0.7.2
* updated rawgit to jsdelivr cdn
2018-12-11 15:03:20 -05:00
Cassie Tarakajian
04191fbaab
fixes #551
2018-10-03 16:48:44 -04:00
Cassie Tarakajian
0f0be1f956
fix file uploads by updating mongoose
2018-08-30 21:00:29 -04:00
Cassie Tarakajian
bd476d3d38
add basic auth to server for beta editor setup
2018-08-21 16:09:41 -04:00
Cassie Tarakajian
ead709b256
fix linting error
2018-08-20 14:54:12 -04:00
Cassie Tarakajian
9958619fc4
fixes #630 and updates codemirror
2018-05-30 15:23:32 -07:00
Cassie Tarakajian
4c46c3ba65
change my version of npm to LTS (for some reason it was at 6.0.0?) and it updated package-lock.json
2018-05-24 18:59:17 -07:00
Cassie Tarakajian
56ab483732
fixes #635
2018-05-15 12:10:24 -07:00
Cassie Tarakajian
f0428dc88f
update package-lock to hopefully fix CI build
2018-05-09 10:53:02 -07:00
Cassie Tarakajian
7c542beeaf
try updating node-sass to see if this fixes the Ci build
2018-05-08 19:43:34 -07:00
Cassie Tarakajian
90c76c1d08
fix linting errors
2018-05-08 19:16:04 -07:00
Cassie Tarakajian
c90dac55b7
update eslint and fix linting errors
2018-05-08 19:16:04 -07:00
Cassie Tarakajian
254bbacba2
update babel packages
2018-05-08 19:16:04 -07:00
Cassie Tarakajian
257ee24b90
add clean, build, build:client, and build:server tasks
2018-05-08 19:16:03 -07:00
Cassie Tarakajian
f9d1c601b3
move around static and dist folders to work with server bundle, and make preview generation work with this
2018-05-08 19:16:03 -07:00
Cassie Tarakajian
2d87f09f24
update script to create server bundle
2018-05-08 19:16:03 -07:00
Cassie Tarakajian
6afa760d36
get hot loading working again
2018-05-08 19:16:03 -07:00
Cassie Tarakajian
52b6a6bbb4
minor changes to SCSS styles
2018-04-18 14:00:53 -07:00
Dhruvdutt Jadhav
05e567259c
chore: update loop-protect module dependency syntax ( #575 )
2018-02-27 12:12:06 -05:00
Cassie Tarakajian
3307613aec
adds slugify feature for #522 ( #523 )
2018-02-07 16:00:09 -05:00
Dhruvdutt Jadhav
e7abb55ee7
Fixes #515 Update React to 16 and other dependencies ( #519 )
...
* Update to react, react-dom 16.2.0
* Update react-redux
* Update react-tabs
* Update redux-devtools
* Update redux-devtools-dock-monitor
* Update redux-devtools-log-monitor
* Add prop-types package
* Update gitignore
* Update all files to use prop-types package
* Update react-router
* Update react-inlinesvg
2018-02-07 13:06:07 -05:00
Mr.tang
798e748d8f
Fixes #513 add cross-env to set environment variables across platform ( #514 )
...
* Fixes #513 add cross-env to set environment variables across platform
* fix different line endings across platforms
* manually install loop-protect
* fix some err space
* update loop-protect version
* restore loop-protect
2018-02-06 11:53:15 -05:00
Cassie Tarakajian
6cd71acb81
update list of mime types and move to common server and client file ( #511 )
...
Fixes #476 and fixes #450
2018-02-01 16:45:19 -05:00
Cassie Tarakajian
22cd8920a1
update docker setup to use node 8.9.0, update npm packages to make docker work
2017-11-06 16:19:43 -05:00
Cassie Tarakajian
cdf7a41bf9
fix merge conflict
2017-11-01 17:15:44 -04:00