kchau@microsoft.com
6ad6fc58f8
applying package updates
2019-06-26 02:35:13 +00:00
Kenneth Chau
2fa922be81
Merge branch 'master' into master
2019-06-25 19:33:19 -07:00
Mathis Møller
e281e5c5f4
Corrections and changes to ESLint task ( #135 )
...
* Add extensions option
Move no-eslintrc as seperate option
Code cleanup
* Change files
2019-06-25 19:32:59 -07:00
Kenneth Chau
e66b550ef1
fixing a typo
2019-06-25 19:27:47 -07:00
Kenneth Chau
2d013eedc6
Merge branch 'master' into master
2019-06-25 19:26:59 -07:00
Ken
1c2deb5d09
Merge branch 'newyork-anthonyng-feature/an/update-docs'
2019-06-25 19:24:42 -07:00
Ken
d088d77fef
generates docs
2019-06-25 19:24:22 -07:00
Prashant Andani
6bc33b7c60
Fix typo
2019-06-25 14:25:59 +05:30
Kenneth Chau
cd060353fc
Merge branch 'master' into feature/an/update-docs
2019-06-24 22:04:19 -07:00
Kenneth Chau
4aa13806f8
Replace headerlink with a link to this github repo ( #143 )
...
* replace help with github link
* replace header-link with github
2019-06-24 22:03:05 -07:00
Anthony Ng
679f48c938
Update docs
2019-06-21 17:38:08 -04:00
kchau@microsoft.com
51055a3a2c
applying package updates
2019-06-20 23:00:24 +00:00
Kenneth Chau
1b8066ea1f
Upgrades just-stack-uifabric to use Fabric 7 ( #137 )
...
* Upgrade UI Fabric in just-stack-uifabric to 7
* Change files
2019-06-20 15:58:05 -07:00
kchau@microsoft.com
8a185636d7
applying package updates
2019-06-18 06:34:34 +00:00
Ken
141d4f4cac
bump again to get publishing working
2019-06-17 23:32:05 -07:00
Ken
0704b0e584
bump again
2019-06-17 23:03:09 -07:00
Ken
3ca6f55bae
yarn doesn't need --
2019-06-17 22:49:20 -07:00
Ken
5f49659361
bump bump
2019-06-17 22:44:52 -07:00
Ken
d0aeddda38
1.0.1
2019-06-17 22:42:52 -07:00
Ken
7108ded748
Change files
2019-06-17 22:30:42 -07:00
Ken
bae7b20df8
sorting lines - creating a patch release
2019-06-17 22:30:24 -07:00
Ken
894c7db47f
iMerge branch 'master' of github.com:microsoft/just
2019-06-17 22:28:54 -07:00
Ken
5eb68d8bf4
update beachball again
2019-06-17 22:28:51 -07:00
kchau@microsoft.com
59e21f98e1
applying package updates
2019-06-18 05:17:16 +00:00
Ken
9508c6d670
updates the beachball dep
2019-06-17 22:15:15 -07:00
Ken
0399995f4b
merge
2019-06-17 22:05:51 -07:00
Ken
41038102b8
Change files
2019-06-17 22:04:54 -07:00
mmoe
0ba878bafd
New task: ESLint
2019-06-17 09:41:46 +02:00
Kenneth Chau
dd16409941
bump beachball ( #132 )
2019-06-14 12:50:28 -07:00
kchau@microsoft.com
9a0a2718ba
applying package updates
2019-06-14 17:24:38 +00:00
Kenneth Chau
ef65c074c1
Fixing up Sean's PR to not ignore webpack extensions ( #131 )
...
* Don't override default webpack extensions
* jsx not in default list provided by webpack
* Change files
2019-06-14 10:22:29 -07:00
kchau@microsoft.com
774be9e23d
applying package updates
2019-06-13 21:35:38 +00:00
Kenneth Chau
f1057d5352
Make Clean task also clear the build hash file ( #130 )
...
* makes clean also clean out the cache
* Change files
* adding "standard" rebuild tasks
2019-06-13 14:33:24 -07:00
kchau@microsoft.com
d9581b7864
applying package updates
2019-06-13 21:16:34 +00:00
Kenneth Chau
1bc229a513
Invalidate cache when a dependent or dep of dep package had changed ( #129 )
...
* adds a bit more rigor to support build deps invalidation of cache
* fixes the running message
* Change files
2019-06-13 14:14:27 -07:00
kchau@microsoft.com
1c0cc2a4c5
applying package updates
2019-06-12 22:24:44 +00:00
Kenneth Chau
6610b4d18c
Adds the ability to do tsc --build ( #128 )
...
* supports tsc build project ref mode
* Change files
2019-06-12 15:22:41 -07:00
kchau@microsoft.com
ce50375fb6
applying package updates
2019-06-12 02:03:29 +00:00
Kenneth Chau
5f43ad4cd3
fixes publish by bumping beachball ( #125 )
...
* applying package updates
* fixes publish
* Change files
2019-06-11 19:01:23 -07:00
Kenneth Chau
581921027c
switching to Lerna and beachball for monorepo management ( #124 )
...
* moving to beachball and lerna
* Change files
* swap to yarn
* pick the right node version
* get rid of just's use of rush further
* fail on check
* fixing the build for example-lib
* Change files
* use just-scripts only
* fix up the config to use just-scripts imports
* stream instead of parallel
2019-06-11 15:50:30 -07:00
kchau@microsoft.com
1118521f77
Applying package updates. [skip ci]
2019-06-04 15:55:03 +00:00
Kenneth Chau
02629c88c7
Adds the ability to add cache to a task ( #121 )
...
* WIP: basics of a cached build working
* fixes cache to only work on commands, not task names
* change file
* make sure the getdeps path is from .git root
* uses the basename of the files for comparison with known lock file
2019-06-04 08:50:57 -07:00
kchau@microsoft.com
c41d3ce6be
Applying package updates. [skip ci]
2019-06-01 04:59:34 +00:00
Kenneth Chau
16cd134b44
API Extractor Task Update ( #120 )
...
* changes for api-extractor 7.1
* update shrinkwrap
* made apiextractor task work with updated api-extractor
* better recovery instructions
* change file
* adding sample config for getting started with api-extractor
* change files
* making a change thing
* fixes tests and update shrinkwrap
* changefile
2019-05-31 21:56:33 -07:00
kchau@microsoft.com
0d8d87ebf9
Merge branch 'publish-1559337302323'
2019-05-31 21:15:47 +00:00
kchau@microsoft.com
8ea3d69262
Applying package updates. [skip ci]
2019-05-31 21:15:02 +00:00
Hongbo Miao
ccf2782874
fix link ( #112 )
2019-05-31 14:12:46 -07:00
Kenneth Chau
9d67b0dce7
Fix npm init uifabric app to actually consume the stylesOverlay so folks can use CSS directly ( #119 )
...
* making tasks more tolerant and defer requiring tools
* making fabric app pick up some of the latest changes for just-scripts
* change file
* fix package.json template
* allowing create-just to use a different registry for the installs
* change file
* adding a buddy publish
* apply registry arg correctly and fixes up buddy command
* buddy script
* buddy
* install latest version of ui-fabric-stack
* update the deps structure - just-scripts separated from dependencies
* download from a specific registry as well
* typing fix for downloadpackage from registry
* fixing up autoprefixer plugin for postcss-loader
* change file:
* fixing the build order
2019-05-31 14:12:01 -07:00
Kenneth Chau
b62081decd
making tasks more tolerant and defer requiring tools ( #118 )
...
* making tasks more tolerant and defer requiring tools
* stylesoverlay work
2019-05-31 10:23:57 -07:00
kchau@microsoft.com
e8155dede6
Applying package updates. [skip ci]
2019-05-24 17:59:43 +00:00