requirejs-optimizer Questions
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 ...
Inlaid asked 6/10, 2016 at 7:4
2
I have this function in CoffeeScript
render: ->
_.each @$elements, ($el) =>
if $el[0].id is 'tabs-div'
emptySlate = "<div class='js-empty-slate' style='padding:40px;'><h3>no d...
Grimalkin asked 17/2, 2015 at 16:19
1
Solved
I'm having quite the time trying to set up node/npm with Mocha and RequireJS. Here's what I've done.
I've created a testing/ directory, with this structure:
testing/
|
+-- package.json
|
+-- ...
Mansfield asked 2/4, 2014 at 20:12
1
Solved
I'm trying to use Almond.js and the Require.js optimizer to make a standalone file that can be used without Require.js. I've been able to successfully compile the file, and all the code runs, but t...
Iodism asked 5/3, 2014 at 2:9
1
© 2022 - 2024 — McMap. All rights reserved.