grunt-contrib-requirejs Questions

1

Solved

I have structure like: app scripts libs jquery.js bootstrap.js moment.js app.js vendor.js common.js app.config.js main.js #require config Note vendor.js is just a file that includes al...
Sprightly asked 27/1, 2017 at 22:30

3

I'm using Grunt to build the Durandal starter kit pro package. It all works fine, except for one tiny detail. I would like to exclude one file (app-config below) from the optimizer and keep it as ...

4

Solved

I'm trying to optimize RequireJS using GruntJS, using the grunt-contrib-requirejs plugin. The problem is my code works fine before optimizing it, and then after optimizing it, on the console it sa...
Evelynneven asked 6/3, 2013 at 12:11

1

Solved

Project Intro My project is a single page storefront. The project has multiple modules, and each module contains a set of controller.js, view.js and model.js files, as well as a template.html file...
Apocopate asked 16/10, 2013 at 22:56

2

Solved

I would like to use Grunt to build a Durandal project, because Weyland remains completely undocumented and isn't as standard as Grunt. To do this, the grunt task needs to pull in all the js and ht...

1

How can I use grunt-contrib-requirejs config OR even r.js Config to not minify specific files. I can disable minification for all files with optimize: 'none' option. But I don't know how to disab...
Incarnation asked 26/9, 2013 at 5:29
1

© 2022 - 2024 — McMap. All rights reserved.