mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-13 16:45:14 +01:00
9 lines
97 B
Bash
Executable File
9 lines
97 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e;
|
|
|
|
npm install gulp bower -g
|
|
npm install
|
|
bower install
|
|
bundle install
|