remove copying bootstrap/fontawesome from copying over and just have less use the version in node_modules

This commit is contained in:
Vu Nguyen
2021-01-15 14:56:31 -06:00
parent b9cfc9b18e
commit d6727ffedc
90 changed files with 4 additions and 10400 deletions

View File

@@ -8,8 +8,9 @@ load({
clean: exec('rimraf public coverage vendor'),
'clean:webpack': exec('rimraf dist'),
eslint: exec('eslint src . --fix'),
less: exec('lessc assets/less/app.less public/css/app.css'),
lint: ['prettier', 'eslint'],
postinstall: ['clean', exec('gulp postinstall')],
postinstall: ['clean', exec('gulp postinstall'), 'less'],
prettier: [exec('prettier --write .')],
test: ['build', 'lint', 'test-jest', 'test-js'],
'test-jest': [exec('jest --clearCache'), exec('jest --verbose --coverage')],