Skip to content

Commit

Permalink
Reorganized project to use gulp.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesnc committed Jun 2, 2015
1 parent 2ef088e commit 9010db4
Show file tree
Hide file tree
Showing 17 changed files with 30 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.DS_Store
.idea
*.zip
node_modules
dist
config.json
3 changes: 3 additions & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
var gulp = require("gulp");

require("../gulp-ps-tasks/tasks")(gulp);
19 changes: 19 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "list-students-autoloader",
"version": "4.0.0",
"description": "Create, Modify and Delete your List Students reports",
"main": "",
"scripts": {
"test": ""
},
"repository": {
"type": "git",
"url": "git+https://github.com/IronCountySchoolDistrict/list-students-autoloader.git"
},
"author": "IronCountySchoolDistrict",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/IronCountySchoolDistrict/list-students-autoloader/issues"
},
"homepage": "https://github.com/IronCountySchoolDistrict/list-students-autoloader#readme"
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@
<p class="error-message">Field Name required for every Column Title</p>
</script>

<script src="/scripts/ListStudentsAutoloader/autoloader.js?321654654321"></script>
<script src="<!-- @echo IMAGE_SERVER_URL -->/scripts/list-students-autoloader/js/autoloader.js"></script>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<link href="<!-- @echo IMAGE_SERVER_URL -->/scripts/list-students-autoloader/css/print-list.css" rel="stylesheet" media="print">
File renamed without changes.

This file was deleted.

0 comments on commit 9010db4

Please sign in to comment.