Skip to content
This repository was archived by the owner on Dec 9, 2021. It is now read-only.

Commit fabcfad

Browse files
author
Robert S
committed
Get working.
1 parent 993924c commit fabcfad

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

Gruntfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ module.exports = function(grunt) {
4545
handlebars: {
4646
compile: {
4747
options: {
48-
//amd: ['handlebars'],
48+
amd: ['handlebars'],
4949
namespace: 'JST',
5050
// Registers all files that start with '_' as a partial.
5151
partialRegex: /^_/,
@@ -125,7 +125,7 @@ module.exports = function(grunt) {
125125
livereload: true
126126
},
127127
files: ['src/**/*.js'],
128-
tasks: ['browserify', 'copy', 'concat']
128+
tasks: ['copy']
129129
},
130130
templates: {
131131
options: {

src/assets/scripts/templates.js

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

src/assets/scripts/view/LoginView.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ define(function(require, exports, module) { // jshint ignore:line
2626
* @type {string}
2727
* @constant
2828
*/
29-
this.TITLE_TEXT = 'StructureJS Boilerplate (Browserify)';
29+
this.TITLE_TEXT = 'StructureJS Boilerplate (RequireJS)';
3030

3131
/**
3232
* TODO: YUIDoc_comment

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
77

88
<!-- SEO -->
9-
<title>StructureJS Boilerplate (Browserify)</title>
9+
<title>StructureJS Boilerplate (RequireJS)</title>
1010
<meta name="description" content=""/>
1111
<meta name="author" content=""/>
1212

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy