-
- Downloads
add grunt and recompile less
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- Gruntfile.js 74 additions, 0 deletionsGruntfile.js
- css/freelancer.css 243 additions, 310 deletionscss/freelancer.css
- css/freelancer.min.css 7 additions, 0 deletionscss/freelancer.min.css
- js/freelancer.min.js 7 additions, 0 deletionsjs/freelancer.min.js
- package.json 23 additions, 0 deletionspackage.json
.gitignore
0 → 100644
Gruntfile.js
0 → 100644
css/freelancer.min.css
0 → 100644
js/freelancer.min.js
0 → 100644
package.json
0 → 100644
{ | ||
"name": "freelancer", | ||
"title": "Freelancer", | ||
"version": "1.0.6", | ||
"homepage": "http://startbootstrap.com/template-overviews/freelancer", | ||
"author": "Start Bootstrap", | ||
"license": { | ||
"type": "MIT", | ||
"url": "https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE" | ||
}, | ||
"devDependencies": { | ||
"grunt": "^0.4.5", | ||
"grunt-banner": "~0.2.3", | ||
"grunt-contrib-less": "~0.11.4", | ||
"grunt-contrib-sass": "^0.9.2", | ||
"grunt-contrib-uglify": "~0.5.1", | ||
"grunt-contrib-watch": "~0.6.1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/BlackrockDigital/startbootstrap-freelancer.git" | ||
} | ||
} |
Please register or sign in to comment