-
- Downloads
Merge branch '5.0' into 'master'
Initial conversion from 4.1 to 5.0 See merge request iim/UNL_Search!9
No related branches found
No related tags found
Showing
- .gitignore 2 additions, 0 deletions.gitignore
- Gruntfile.js 75 additions, 9 deletionsGruntfile.js
- package-lock.json 6228 additions, 0 deletionspackage-lock.json
- package.json 12 additions, 7 deletionspackage.json
- www/index.php 24 additions, 12 deletionswww/index.php
- www/js/search.js 1 addition, 1 deletionwww/js/search.js
- www/scss/search-google.scss 222 additions, 0 deletionswww/scss/search-google.scss
- www/scss/search.scss 137 additions, 0 deletionswww/scss/search.scss
- www/templates/4.1/embed-debug.tpl.php 0 additions, 0 deletionswww/templates/4.1/embed-debug.tpl.php
- www/templates/4.1/embed.tpl.php 0 additions, 0 deletionswww/templates/4.1/embed.tpl.php
- www/templates/4.1/end-scripts.tpl.php 0 additions, 0 deletionswww/templates/4.1/end-scripts.tpl.php
- www/templates/4.1/google-results.tpl.php 0 additions, 0 deletionswww/templates/4.1/google-results.tpl.php
- www/templates/4.1/search-results.tpl.php 1 addition, 1 deletionwww/templates/4.1/search-results.tpl.php
- www/templates/5.0/embed-debug.tpl.php 17 additions, 0 deletionswww/templates/5.0/embed-debug.tpl.php
- www/templates/5.0/embed.tpl.php 17 additions, 0 deletionswww/templates/5.0/embed.tpl.php
- www/templates/5.0/end-scripts.tpl.php 32 additions, 0 deletionswww/templates/5.0/end-scripts.tpl.php
- www/templates/5.0/google-results.tpl.php 4 additions, 0 deletionswww/templates/5.0/google-results.tpl.php
- www/templates/5.0/search-results.tpl.php 33 additions, 0 deletionswww/templates/5.0/search-results.tpl.php
- www/templates/breadcrumbs.tpl.php 1 addition, 1 deletionwww/templates/breadcrumbs.tpl.php
package-lock.json
0 → 100644
Source diff could not be displayed: it is too large. Options to address this: view the blob.
... | ... | @@ -4,17 +4,22 @@ |
"description": "A web application for searching UNL websites via Google Custom Search.", | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"grunt": "^0.4.5", | ||
"grunt-contrib-clean": "^0.6.0", | ||
"grunt-contrib-less": "^1.0.1", | ||
"grunt-contrib-requirejs": "^0.4.4", | ||
"autoprefixer": "^9.1.1", | ||
"cssnano": "^4.0.5", | ||
"grunt": "^1.0.3", | ||
"grunt-contrib-clean": "^1.1.0", | ||
"grunt-contrib-less": "^2.0.0", | ||
"grunt-contrib-requirejs": "^1.0.0", | ||
"grunt-contrib-uglify": "^0.9.2", | ||
"grunt-contrib-watch": "^0.6.1", | ||
"grunt-contrib-watch": "^1.1.0", | ||
"grunt-curl": "^2.2.0", | ||
"less-plugin-autoprefix": "^1.4.2", | ||
"grunt-postcss": "^0.9.0", | ||
"grunt-sass": "^3.0.1", | ||
"less-plugin-autoprefix": "^2.0.0", | ||
"less-plugin-clean-css": "^1.5.1", | ||
"load-grunt-tasks": "^3.2.0", | ||
"lodash": "^3.10.1" | ||
"lodash": "^3.10.1", | ||
"node-sass": "^4.9.3" | ||
}, | ||
"scripts": {}, | ||
"repository": { | ||
... | ... |
www/scss/search-google.scss
0 → 100644
www/scss/search.scss
0 → 100644
File moved
File moved
File moved
www/templates/5.0/embed-debug.tpl.php
0 → 100644
www/templates/5.0/embed.tpl.php
0 → 100644
www/templates/5.0/end-scripts.tpl.php
0 → 100644
www/templates/5.0/google-results.tpl.php
0 → 100644
www/templates/5.0/search-results.tpl.php
0 → 100644
Please register or sign in to comment