Skip to content
Snippets Groups Projects
Commit f0cfdd1a authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

modifications for ci

parent b0d40951
No related branches found
No related tags found
No related merge requests found
#!/bin/bash #!/bin/bash
cd 2019/template
# install npm # install npm
npm install -g npm@latest grunt-cli generator-reveal npm install -g npm@latest grunt-cli generator-reveal
npm install npm install
......
{
"name": "template",
"version": "0.0.1",
"private": true,
"devDependencies": {
"grunt": "~0.4.1",
"grunt-coffeelint": "0.0.7",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-jshint": "~0.7.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-gh-pages": "~0.9.0",
"load-grunt-tasks": "~0.2.0"
},
"engines": {
"node": ">=0.8.0"
},
"scripts": {
"test": "grunt test"
}
}
../../theme/package.json
\ No newline at end of file
{
"name": "template",
"version": "0.0.1",
"private": true,
"devDependencies": {
"grunt": "~0.4.1",
"grunt-coffeelint": "0.0.7",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-jshint": "~0.7.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-gh-pages": "~0.9.0",
"load-grunt-tasks": "~0.2.0"
},
"engines": {
"node": ">=0.8.0"
},
"scripts": {
"test": "grunt test"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment