James Garbutt
7639e5d947
introduce eslint to the repo ( #150 )
...
* add eslint
* fix lint errors
* unify tsconfig and enable compiler checks
* strongly type configs
* turn off indent rule
* inherit webpack config
* Change files
* ignore website build artifacts
2019-07-01 13:11:52 -07:00
kchau@microsoft.com
75e150c91b
applying package updates
2019-07-01 18:55:04 +00:00
Kenneth Chau
4d81de90e8
fixes build cache so packages can have different path name than package name ( #164 )
...
* fixes build cache so packages can have different path name than package name
* Change files
2019-07-01 11:36:52 -07:00
Ken
de36ded2bb
Merge branch 'stanlemon/issue-140' of git://github.com/stanlemon/just into stanlemon-stanlemon/issue-140
2019-06-26 15:52:37 -07:00
kchau@microsoft.com
14234402b0
applying package updates
2019-06-26 22:14:30 +00:00
Ken
3fd6b6bd72
update readme and main.css
2019-06-26 15:07:17 -07:00
Stan Lemon
d771055418
ISSUE-140 Redo sample images
2019-06-26 17:03:42 -04:00
James George
63981a59fe
feat(chore): validate user input ( #134 )
...
* Validate input
warn the user if none was provided
* Minor refactor
* Change files
2019-06-26 13:02:55 -07:00
Kenneth Chau
c1c321f32f
Merge branch 'master' into master
2019-06-26 10:42:37 -07:00
jugglingjsons
7b98eb05c9
Missing closing parenthesis added
2019-06-26 10:53:35 +02:00
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
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
bae7b20df8
sorting lines - creating a patch release
2019-06-17 22:30:24 -07:00
kchau@microsoft.com
59e21f98e1
applying package updates
2019-06-18 05:17:16 +00:00
mmoe
0ba878bafd
New task: ESLint
2019-06-17 09:41:46 +02: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
Brian Zhao
6e6e3e447a
Add a `fix` option to tslintTask ( #115 )
...
* Add a `fix` option to tslintTask
* rush change
* Update packages/just-scripts/src/tasks/tslintTask.ts
Co-Authored-By: Kenneth Chau <kenotron@users.noreply.github.com>
2019-05-24 10:56:28 -07:00
kchau@microsoft.com
9f467f4b80
Applying package updates. [skip ci]
2019-05-21 22:37:14 +00:00
Ken
50d667b5bc
merge again
2019-05-21 15:31:09 -07:00
Ken
bd6e05562e
merge from a failed publish
2019-05-21 15:31:02 -07:00
Kenneth Chau
fb4a306492
Feature to add stats output along with the display bailout reasons ( #109 )
...
* add flag to write output stats
* change file
* displaybailoutoverlay
2019-05-21 15:11:03 -07:00
Elizabeth Craig
511ec1a450
Switch clean, copy, and sass tasks to use options objects ( #105 )
2019-05-21 15:10:50 -07:00
Kenneth Chau
e43a574a99
`jestTask()` now has a nodeArgs to pass to its child process ( #106 )
...
* adding a nodeArgs to the jestTask() param
* adds a param to jestTask to allow for nodeArgs
2019-05-17 11:22:25 -07:00
kchau@microsoft.com
920da553e8
Merge branch 'publish-1557945848647'
2019-05-15 18:44:19 +00:00
kchau@microsoft.com
4cab24a49d
Applying package updates. [skip ci]
2019-05-15 18:44:08 +00:00
kchau@microsoft.com
1444da60a5
Applying package updates. [skip ci]
2019-05-15 18:44:04 +00:00
Elizabeth Craig
598801d790
Switch microsoft in repo URL to lowercase ( #103 )
2019-05-15 11:41:07 -07:00
Elizabeth Craig
ec080a109d
Update task presets to clean all the output dirs they create ( #102 )
2019-05-15 11:40:56 -07:00
kchau@microsoft.com
aeb9b3d7de
Applying package updates. [skip ci]
2019-05-15 18:33:15 +00:00
Elizabeth Craig
35865bf028
Stack fixes and enhancements ( #101 )
...
* Fix just-stack-single-lib bin linking, add npmignores
* Stricter compiler options
2019-05-15 11:30:08 -07:00
kchau@microsoft.com
a6ce65d933
Applying package updates. [skip ci]
2019-05-14 23:58:34 +00:00
Kenneth Chau
aa232480de
export copy instruction types from index of just-scripts ( #100 )
...
* export copy instructions types as well
* change files
2019-05-14 16:55:25 -07:00
kchau@microsoft.com
88f1fafaa3
Applying package updates. [skip ci]
2019-05-14 17:59:21 +00:00
Kenneth Chau
41746c7b46
Just scripts - added just-scripts script so just-task isn't needed in the devdeps for consumers ( #99 )
...
* just-scripts bin added
* change files
2019-05-14 10:56:27 -07:00
kchau@microsoft.com
1d59baac3c
Applying package updates. [skip ci]
2019-05-10 17:53:27 +00:00
Kenneth Chau
0e2bee89b2
Validate command and friendlier error message ( #98 )
...
* added a validation of commands
* friendlier error messages
* change file
* fixing tests duplication of yargs and yargs/yargs
2019-05-10 10:50:32 -07:00
kchau@microsoft.com
50964a78cc
Applying package updates. [skip ci]
2019-05-10 00:04:16 +00:00
Kenneth Chau
a934c24580
New task: prettier ( #97 )
...
* WIP: adding a prettierTask
* adding prettier task, moved array utils to their own dir
* add export to prettier; made just-stack-single-lib deps non-dev to be installed by consumers
* adding some types for consumers to use
* change files
2019-05-09 16:57:17 -07:00
Kenneth Chau
938dd9a53a
Deletes a loc interface from copy instructions ( #96 )
...
* adding a new copy-instructions task
* change file
* adding some instructions
* adding exports so consumers can use this task
* get rid of some unused API for localization
* since the last version wasn't published in public yet, this removal of api is okay in patch
2019-05-09 13:46:41 -07:00
Kenneth Chau
f4283da114
Copy instructions task: advanced mode copy task ( #95 )
...
* adding a new copy-instructions task
* change file
* adding some instructions
* adding exports so consumers can use this task
2019-05-09 12:47:20 -07:00
Kenneth Chau
c267e7995c
tscTask() no longer requires an empty object for the option ( #94 )
...
* fix tscTask requiring an empty object for option
* change file
2019-05-09 09:00:52 -07:00
kchau@microsoft.com
fe7d5706b9
Applying package updates. [skip ci]
2019-05-06 15:58:55 +00:00
Kenneth Chau
d3863bb126
create-just: fixing the git requirement, also bumps versions of create-just deps ( #92 )
...
* removes the requirement of git, but gives hint if git was not successful
* change file
2019-05-06 08:55:19 -07:00
kchau@microsoft.com
536bac4bf8
Applying package updates. [skip ci]
2019-05-03 19:49:20 +00:00
Elizabeth Craig
72a69ec6f8
Show error message if it's a string ( #91 )
2019-05-03 12:37:11 -07:00
kchau@microsoft.com
3f8da838dc
Applying package updates. [skip ci]
2019-05-01 16:12:57 +00:00
Kenneth Chau
b771d31ff5
Chain: it wasn't exported from root before ( #89 )
...
* exports chain
* change file
2019-05-01 09:09:37 -07:00
kchau@microsoft.com
4a427e29cb
Applying package updates. [skip ci]
2019-04-29 21:46:55 +00:00
Kenneth Chau
efd2113bce
More explicit error messages ( #88 )
...
* more explicit error logs
* change file
2019-04-29 14:43:07 -07:00
Kenneth Chau
8e1ca1da52
Docs ( #87 )
...
* adding documentation source
* adding more documentation
2019-04-29 11:09:49 -07:00
kchau@microsoft.com
95559ef04c
Applying package updates. [skip ci]
2019-04-25 22:19:05 +00:00
Kenneth Chau
5c9af4528f
Take 2 in getting rid of deprecation warnigns ( #85 )
...
* try #2 on getting rid of deprecation warning
* change file
2019-04-25 15:15:25 -07:00
kchau@microsoft.com
dafe632060
Applying package updates. [skip ci]
2019-04-25 21:21:59 +00:00
Kenneth Chau
1a6d0b59d5
Aesthetics: just-task logging and where typings go in a template ( #84 )
...
* aesthetics
* change files
2019-04-25 14:17:01 -07:00
kchau@microsoft.com
4193a653cd
Applying package updates. [skip ci]
2019-04-25 18:40:13 +00:00
Kenneth Chau
88c6d48e8a
Fix typo in the package.json for the create-uifabric script ( #83 )
...
* fix the bin script
* change file
2019-04-25 11:37:00 -07:00
kchau@microsoft.com
166376b651
Applying package updates. [skip ci]
2019-04-25 18:29:49 +00:00
Kenneth Chau
ee77c6b799
Create uifabric app package! ( #82 )
...
* creates a create-uifabric
* change file
* define a blank build script in create-uifabric
* don't need typescript in create-uifabric
2019-04-25 11:19:47 -07:00
Kenneth Chau
1329c9aa95
get rid of dep0097 warnings ( #81 )
...
* get rid of dep0097 warnings
* change file
2019-04-25 11:10:47 -07:00
Belleve Invis
0639ef5081
Fix #78 by using Spawn instead of Exec ( #79 )
...
* Fix #78 by using Spawn instead of Exec
* Add changefile
2019-04-25 10:49:44 -07:00
kchau@microsoft.com
f4f52821d3
Applying package updates. [skip ci]
2019-04-25 02:25:55 +00:00
Kenneth Chau
ca64c31517
Fabric stack - fixed to include fluent theme package ( #77 )
...
* fixed init command to do the local paths correctly with absolute paths and fixed fluent theme
* changefile
* temporarily disable the building of the scenario tests for now
* shrinkwarp
2019-04-24 19:21:32 -07:00
kchau@microsoft.com
042306a101
Applying package updates.
2019-04-24 23:38:23 +00:00
Kenneth Chau
da7f98040b
Adds ability to scaffold with a template from a relative path ( #75 )
...
* adding overlays for webpack and update uifabric stack with appropriate changes
* change files
* fix build order
* use the word "overlay" instead of plugin config
* adding a fabric logo
* ups the dep versions
* change files
* changefile
* yo
* fixing the apply template test - the processed and warnings slightly changed because we skip empty dirs
2019-04-24 16:32:39 -07:00
Kenneth Chau
addc2a2c10
Fabric starter template and some updates to the webpack overlays ( #73 )
...
* adding overlays for webpack and update uifabric stack with appropriate changes
* change files
* fix build order
* use the word "overlay" instead of plugin config
2019-04-24 09:09:11 -07:00
kchau@microsoft.com
3f38589111
Applying package updates.
2019-04-23 16:47:58 +00:00
Kenneth Chau
e09ff6a9eb
Typing move for templates ( #72 )
...
* moved typing to its own thing
* change files
* typing
2019-04-23 09:41:43 -07:00
kchau@microsoft.com
8d67f305f3
Applying package updates.
2019-04-23 16:19:37 +00:00
Ken
a734c6886e
Merge branch 'master' of github.com:Microsoft/just
2019-04-23 09:04:20 -07:00
Ken
151abaca25
fixing version names
2019-04-23 09:02:54 -07:00
Kenneth Chau
1cc9b8e219
Stack: moving all the devdeps into the just-stack templates for easy maintenance of repos ( #71 )
...
* moved devdeps into the stack itself
* improving onboard experience with npm install and upgrade stack calls built-in
* update shrinkwrap as well
* jest setup changes for jest 24
* change files
* get rid of accidental logging
* change file
* beta script
* moved devdeps as hard deps in the stack
* change file
* rename a bunch of scripts to be consistent (and namespaced)
* typescript unification
* get rid of ts-jest warning
* Rush is a mystery. We have to add typescript in a weird file called common-versions
* forcing not to have stack
* change files
2019-04-22 14:13:00 -07:00
kchau@microsoft.com
4ed8ce0ead
Applying package updates.
2019-04-19 01:51:22 +00:00
Kenneth Chau
7d70b1cac6
Stack upgrades with devdeps ( #70 )
...
* update the package.json to be upgrade-stack compatible
* touching up stack to make it use latest scripts and task
* change file
* unused import
* automerge with owner's approval
* trying another time
2019-04-18 18:46:30 -07:00
kchau@microsoft.com
9f5790273e
Applying package updates.
2019-04-17 23:43:45 +00:00
Kenneth Chau
87519d3483
Adding upgrade-stack task back to the mix ( #69 )
...
* WIP: refactoring upgrade-repo to support the same thing for upgrade-stack
* fixing tasks to work with both upgrade repo and stack
* get rid console
* change file
2019-04-17 16:39:01 -07:00
kchau@microsoft.com
c53d78761a
Applying package updates.
2019-04-17 00:09:58 +00:00
Kenneth Chau
ffc18ff2a5
Extensible task: adding a way to inject a task after another task even after having been registered ( #68 )
...
* WIP: expose wrapped tasks rather than undertaker tasks
* adding a way to inject a task after it has been defined perhaps in a rpeset
* change file
* export interfaces
* fixing typing with taskfunction
* revert the awful detyping and now use a different tact for tasks
* restoring the wrap task
* restoring some changes back to before rfactor
2019-04-16 17:04:28 -07:00
kchau@microsoft.com
7019bf09de
Applying package updates.
2019-04-16 19:33:20 +00:00
Kenneth Chau
45102ecf78
Added add-package scenario test; also added ability to pass params to add-package script ( #67 )
...
* fixing a require statement now that we are not webpacking the webpack task
* change file
* just made the scenario test pass for add package!
* removing change file
* change file
2019-04-16 12:28:14 -07:00
kchau@microsoft.com
63c9f03928
Applying package updates.
2019-04-15 21:26:42 +00:00
Kenneth Chau
74cecd9b29
Webpack task fix to use the correct require() ( #66 )
...
* fixing a require statement now that we are not webpacking the webpack task
* change file
2019-04-15 14:22:34 -07:00
kchau@microsoft.com
759e63a71b
Applying package updates.
2019-04-12 21:17:41 +00:00
Kenneth Chau
df56af1814
Docs: adding some docs on just-stack upgrades ( #65 )
...
* update readme for contributors
* WIP: upgrade-repo documentation
* WIP: adding stacks documentation
* adding upgrade instructions
* docs
2019-04-12 14:13:18 -07:00
kchau@microsoft.com
9916011d09
Applying package updates.
2019-04-11 18:27:56 +00:00
Kenneth Chau
7bb9e9b1af
Stack lockfile to be in the root of the repo; fix tsconfig of templates ( #64 )
...
* make the just-stack.json write out to a specific installed version of stack
* change file
* moving the lock file to be saved in the root of the monorepo
* make tsconfig only include src files in the generated packages
* change file
* change file
2019-04-11 11:23:39 -07:00
kchau@microsoft.com
37a57ff6bd
Applying package updates.
2019-04-10 21:52:06 +00:00
Kenneth Chau
5f3a1ed1e5
Template updates ( #61 )
...
* updates to templates to use newer versions of deps and minor adjustments
* Fixing add package task
* changefile
2019-04-10 14:47:44 -07:00
kchau@microsoft.com
a38d8e1e8f
Applying package updates.
2019-04-10 20:30:38 +00:00
Kenneth Chau
43c9b9b52d
Upgrade: now uses the diff-match-patch to upgrade stacks that has been realized ( #60 )
...
* making upgrade process use a devdep instead of extra just.stacks key in package.json
* change files
* nicer error messages
* applies patches with diff-match-patch instead of doing git diff / apply
* patching works!
* fixing if no diffinfo is found to upgrade
* fixing per PR feedback
2019-04-10 13:26:15 -07:00
kchau@microsoft.com
b81b8e893d
Applying package updates.
2019-04-05 22:59:13 +00:00
Kenneth Chau
338bb4cdc4
Install path fix again ( #59 )
...
* fixing find install stack again
* change file"
"
2019-04-05 15:54:41 -07:00
kchau@microsoft.com
0ed3b3dd82
Applying package updates.
2019-04-05 21:18:13 +00:00
Kenneth Chau
68f961aa72
Installed stack - finding the installed stacks at the right location ( #58 )
...
* find installed stacks from the right location
* change file
2019-04-05 14:14:00 -07:00
Kenneth Chau
9326232ae4
Scenario Testing - Part 1 ( #55 )
...
* WIP: adding scenario-tests
* Scenario test part 1 feature complete
* revert exec changes
* fixing up code review comments
2019-04-03 12:43:26 -07:00
kchau@microsoft.com
2cd5ed7768
Applying package updates.
2019-03-29 20:31:33 +00:00
Elizabeth Craig
97c4237b3d
Don't webpack just-scripts ( #53 )
2019-03-29 13:28:41 -07:00
Kenneth Chau
54210afd03
Fix jest tests for just-task. Also adds npm test in PR builds ( #54 )
...
* fix tests
* change files
* run all tests
2019-03-29 13:20:15 -07:00
kchau@microsoft.com
be3e45e40c
Applying package updates.
2019-03-12 20:07:18 +00:00
Elizabeth Craig
f767420d1d
Exec error handling improvements ( #50 )
2019-03-12 13:04:20 -07:00
kchau@microsoft.com
4a2ff7a7a6
Applying package updates.
2019-02-27 06:19:32 +00:00
Elizabeth Craig
f8934768c4
Fix webpack task to handle config arrays ( #48 )
2019-02-26 22:16:50 -08:00
kchau@microsoft.com
e8ed2a72f7
Applying package updates.
2019-02-24 04:07:27 +00:00
Kenneth Chau
079eec6d33
Fix just-task not building ( #46 )
...
* fix break just-task resolve so that builds work again
* change file
2019-02-23 20:04:52 -08:00
kchau@microsoft.com
299be503b6
Applying package updates.
2019-02-22 23:37:36 +00:00
Elizabeth Craig
5d0530f33b
Consistent interface naming ( #45 )
2019-02-22 15:34:56 -08:00
kchau@microsoft.com
805ca6db7d
Applying package updates.
2019-02-22 22:50:01 +00:00
Elizabeth Craig
507e49d7e0
Move exec to just-scripts-utils ( #42 )
2019-02-22 14:47:24 -08:00
kchau@microsoft.com
a92ccf202b
Merge branch 'publish-1550862218622'
2019-02-22 19:04:23 +00:00
kchau@microsoft.com
ba7949a6c3
Applying package updates.
2019-02-22 19:03:38 +00:00
Elizabeth Craig
7cec0588f1
Add custom reporter and shared config for tests ( #41 )
2019-02-22 11:01:11 -08:00
Elizabeth Craig
d810c0f746
Update package metadata ( #43 )
...
* Add repository and description fields to package.json
* Add repository field to templates' package.json
2019-02-22 11:01:00 -08:00
kchau@microsoft.com
9c1d65810f
Applying package updates.
2019-02-22 18:39:56 +00:00
Elizabeth Craig
b5d7670160
Fix return types of task factories ( #44 )
2019-02-22 10:37:18 -08:00
kchau@microsoft.com
78fe754b36
Applying package updates.
2019-02-22 16:58:03 +00:00
Elizabeth Craig
c982be80e8
Add tests for resolve ( #40 )
2019-02-22 08:55:24 -08:00
kchau@microsoft.com
07930b033e
Applying package updates.
2019-02-21 23:25:53 +00:00
Elizabeth Craig
79879287e9
Add just-task-logger package ( #39 )
2019-02-21 15:23:12 -08:00
kchau@microsoft.com
26f06760c4
Applying package updates.
2019-02-21 22:15:15 +00:00
Kenneth Chau
f83d8eaa4f
Adds a Sourcemap support to just-scripts ( #37 )
...
* enable sourcemaps
* change file
2019-02-21 14:12:25 -08:00
kchau@microsoft.com
ce0d464113
Applying package updates.
2019-02-21 04:41:31 +00:00
Elizabeth Craig
5a7f3d2ee2
Template fixes ( #36 )
...
* Fix version-policies validation error
* fix webpack version in template
* Remove extra files from template before running rush update
2019-02-20 20:38:53 -08:00
kchau@microsoft.com
285d5f932f
Applying package updates.
2019-02-20 23:17:15 +00:00