Remove dependency on yarn
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -5,7 +5,6 @@ app/constants.php export-subst
|
|||||||
.docker export-ignore
|
.docker export-ignore
|
||||||
.scrutinizer.yml export-ignore
|
.scrutinizer.yml export-ignore
|
||||||
.travis.yml export-ignore
|
.travis.yml export-ignore
|
||||||
yarn.lock export-ignore
|
|
||||||
Dockerfile export-ignore
|
Dockerfile export-ignore
|
||||||
docker-compose.yml export-ignore
|
docker-compose.yml export-ignore
|
||||||
Makefile export-ignore
|
Makefile export-ignore
|
||||||
|
|||||||
2
Makefile
2
Makefile
@@ -6,7 +6,7 @@ clean:
|
|||||||
@ rm -rf ./node_modules ./bower_components
|
@ rm -rf ./node_modules ./bower_components
|
||||||
|
|
||||||
static: clean
|
static: clean
|
||||||
@ yarn install || npm install
|
@ npm install
|
||||||
@ ./node_modules/.bin/gulp bower
|
@ ./node_modules/.bin/gulp bower
|
||||||
@ ./node_modules/.bin/gulp vendor js css
|
@ ./node_modules/.bin/gulp vendor js css
|
||||||
@ ./node_modules/.bin/jshint assets/js/{core,components,polyfills}
|
@ ./node_modules/.bin/jshint assets/js/{core,components,polyfills}
|
||||||
|
|||||||
Reference in New Issue
Block a user