Skip to content

Commit 5f6d6f3

Browse files
committed
Build. Simplify gruntfile (remove testrelease stuff)
1 parent 468d0d7 commit 5f6d6f3

File tree

9 files changed

+14
-14
lines changed

9 files changed

+14
-14
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "forms-angular",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"homepage": "https://github.com/mchapman/forms-angular",
55
"description": "No nonsense forms for the MEAN stack",
66
"keywords": [

dist/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
display: none !important;
1111
}</style>
1212

13-
<link rel="stylesheet" href="styles/e37fb76f.main.css"/>
13+
<link rel="stylesheet" href="styles/1b365e21.main.css"/>
1414
</head>
1515
<body ng-app="myDemoApp" ng-controller="NavCtrl" ng-keyup="globalShortcuts($event)">
1616
<div class="visible-lg visible-desktop">
@@ -72,7 +72,7 @@
7272
</footer>
7373
<!-- what forms-angular depends on -->
7474
<!-- *** Section must be copied to partials/get-started/index.html if it is changed *** -->
75-
<script src="scripts/d3b0e9fe.plugins.js"></script>
75+
<script src="scripts/d7eb3029.plugins.js"></script>
7676
<!--[if lt IE 9]>
7777
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7/html5shiv.js"></script>
7878
<![endif]-->
@@ -85,10 +85,10 @@
8585

8686
<!-- forms-angular stuff -->
8787
<!--This section needs to stay in sync with the concat section of the Gruntfile-->
88-
<script src="scripts/54a0a69d.lib.js"></script>
88+
<script src="scripts/e1866e2e.lib.js"></script>
8989

9090
<!--Demo application stuff-->
91-
<script src="scripts/6e5ecc5a.app.js"></script>
91+
<script src="scripts/0c98cff5.app.js"></script>
9292

9393
<script type="text/javascript">
9494
if (window.location.hostname != '0.0.0.0') {

dist/scripts/6e5ecc5a.app.js renamed to dist/scripts/0c98cff5.app.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/scripts/d3b0e9fe.plugins.js renamed to dist/scripts/d7eb3029.plugins.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/scripts/54a0a69d.lib.js renamed to dist/scripts/e1866e2e.lib.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/styles/e37fb76f.main.css renamed to dist/styles/1b365e21.main.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

npm-build/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"name": "forms-angular",
2+
"name": "forms-angular-test",
33
"author": "Mark Chapman <support@reallycare.org>",
44
"description": "A form builder that sits on top of Angular.js, Twitter Bootstrap, jQuery UI, Angular-UI, Express and Mongoose. Opinionated or what?",
55
"homepage": "http://forms-angular.org",
6-
"version": "0.3.0",
6+
"version": "0.3.1",
77
"engines": {
88
"node": "0.10.x",
99
"npm": "1.x"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"author": "Mark Chapman <support@reallycare.org>",
44
"description": "A form builder that sits on top of Angular.js, Twitter Bootstrap, jQuery UI, Angular-UI, Express and Mongoose. Opinionated or what?",
55
"homepage": "http://forms-angular.org",
6-
"version": "0.3.0",
6+
"version": "0.3.1",
77
"engines": {
88
"node": "0.10.x",
99
"npm": "1.x"

0 commit comments

Comments
 (0)