Remove dependency on yarn

This commit is contained in:
Frederic Guillot 2017-10-18 14:00:07 -07:00
parent bd695ae985
commit 762e17032a
3 changed files with 1 additions and 2415 deletions

1
.gitattributes vendored
View File

@ -5,7 +5,6 @@ app/constants.php export-subst
.docker export-ignore
.scrutinizer.yml export-ignore
.travis.yml export-ignore
yarn.lock export-ignore
Dockerfile export-ignore
docker-compose.yml export-ignore
Makefile export-ignore

View File

@ -6,7 +6,7 @@ clean:
@ rm -rf ./node_modules ./bower_components
static: clean
@ yarn install || npm install
@ npm install
@ ./node_modules/.bin/gulp bower
@ ./node_modules/.bin/gulp vendor js css
@ ./node_modules/.bin/jshint assets/js/{core,components,polyfills}

2413
yarn.lock

File diff suppressed because it is too large Load Diff