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

Commit 3c95dd6

Browse files
author
rsavian
committed
Fix build process.
1 parent a51da24 commit 3c95dd6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/assets/scripts/config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ require.config({
33
baseUrl: 'assets/scripts/',
44

55
paths: {
6-
requirejs: '../vendor/requirejs/require',
6+
requirejs: '',
77
jquery: '../vendor/jquery/dist/jquery.min',
8-
handlebars: '../vendor/handlebars/handlebars.min',
9-
structurejs: '../vendor/structurejs/js'
8+
handlebars: '../vendor/handlebars/handlebars',
9+
structurejs: '../vendor/structurejs/js/'
1010
},
1111

1212
shim: {

tasks/precompileJst.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ module.exports = function(grunt) {
2727
handlebars: {
2828
precompileJst: {
2929
options: {
30-
//amd: ['handlebars'],
30+
amd: ['handlebars'],
3131
namespace: 'JST',
3232
// Registers all files that start with '_' as a partial.
3333
partialRegex: /^_/,

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