Jack
0c60187687
Update npm gulpfile to match gulp4
4 years ago
Jack
b2e8377709
Fix process exit without callback
4 years ago
Jack
ec8c3ab520
More fail conditions
4 years ago
Jack
9d4b275ec7
Fix install callbacks
4 years ago
Jack
eafcc70e93
Same docs/admin task refactoring
4 years ago
Jack
673f60c890
Finish first draft of v4 tasks
4 years ago
Jack
ce7604c9db
Fully embrace gulp 4 style
4 years ago
Jack
6ad3892289
Fully embrace gulp 4 style
4 years ago
Jack
2daacfa212
Work
5 years ago
Jack
d6c6dd9e39
Remove watch, installer cleanup
5 years ago
Jack
563ab83895
Simpler gulp4 port
5 years ago
Jeremy Pitt
f31b03bc60
Fix invalid composer.json file.
5 years ago
Bruno Orcha García
c3b231ffc4
Fix parenthesis
5 years ago
Bruno Orcha García
973d92601b
Use api.addAssets for static files
Since meteor 1.2 addAsset should be used to define static files.
5 years ago
Jack
22a0c7b413
Fix cloned gulp task stream is still using original stream. #6631 #6622
6 years ago
Jack
3100a79988
More gulp print to update #6512
6 years ago
Jack
42b27955b8
Fix last task with missing syntax change #6512
6 years ago
Jack
aae225a023
Update gulp less to support new syntax (and other deps, update tasks) #6512
6 years ago
Jack
e7e1c6815a
Fix component order
6 years ago
Jack
e83855cdd3
Move content loader to new component, placeholder. Modify placeholder segment to be 'empty segment'
6 years ago
Jack
383871090c
Fix issue with credential caching in publish script due to https git urls
6 years ago
Steve Lacy
b3487aabc9
Replace deprecated module gulp-util with replace-ext - closes #6063
6 years ago
Jack
4566b50512
Update build tool to publish meteor
6 years ago
Jack
295af5f328
Fix build-docs task not requiring component name in filename #6226
6 years ago
Esben Sparre Andreasen
0791675de6
Add missing comma: makes 9 global vars local
6 years ago
Jack
f89dc9c36c
Setup forked prompt package
7 years ago
Jack
ba38080a51
Remove colored output from install
7 years ago
Jack
11ee2c5050
Another install msg attempt
7 years ago
Jack
7e21869892
Attempting to fix install message
7 years ago
Jack
b6504ba1e0
Fix issue with install question requiring down arrow to select
7 years ago
Jack
52922d1e5c
Really fix #5391
7 years ago
Jack
cd3a639a54
#5391 - Fixes issue with deprecated uglify setting in build tools
7 years ago
gitname
c7b6e65f29
Fix typo
Change a plural noun into an adjective
7 years ago
Jack Lukic
47c61a4e58
Fix wrench require statement
7 years ago
Jack Lukic
d3e745524c
Fix build scripts to work again
7 years ago
Jack Lukic
7afba22cc7
Fix autoinstall breaks when param used after git clone of repo (no package manager)
8 years ago
Anson Tsao
301b3ad5a7
FIX: build after autoInstall
8 years ago
Anson Tsao
b6f1bddea2
Fix: Testing whether semantic.json is present in the install path, not the source path - otherwise semantic.json was overwritten during npm install (autoInstall:true)
8 years ago
Anson Tsao
161f72cb9d
FIX: auto install did not copy build during npm install
8 years ago
Jack Lukic
d38e863afe
Fix comments #4125
8 years ago
Jack Lukic
51993cba53
Migrates to clean-css #4125
8 years ago
Jack Lukic
961b4c9068
#4174 , remove path.sep from paths
8 years ago
Josh Soref
04876253f4
spelling: permissions
8 years ago
Jack Lukic
9528c1764f
Remove console.log
8 years ago
Jack Lukic
d9247de860
#3724 fix concat css to not mess with paths replaced with regexp
8 years ago
Jack Lukic
0c3c41038c
#3724 , fix relative paths to be prefixed with ./
8 years ago
Jack Lukic
7333ca8044
Fixes #3858 issue with gulp rtl tasks
8 years ago
Jack Lukic
487c5cce53
#3616 Adds autoInstall option to semantic.json, modifies installer to return correct questions object in autoinstall
8 years ago
Olivier Morel
8e272acb48
Add an automatic reinstallation process based on semantic.json
This feature is added to allow to automatize a semantic-ui
reinstallation with the same configuration (such as in your CI build)
To switch it on, simply add ("auto-install": true) in semantic.json
8 years ago
田杰
79e615a0bb
If semantic.json was not found, exit with an error code.
9 years ago