-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mainConfigFile ignored #96
Comments
if i copy all from config file to grunt task - it's working! |
Normally, this should work :/ Thanks. |
Hi. biuld.config.js ({ baseUrl : "../js", paths: { 'App' : 'App', 'requireLib' : 'vendor/require', 'almond' : 'vendor/almond', 'curl' : 'vendor/curl', 'window' : 'stub/window', 'jquery' : 'vendor/jquery-1.10.2.min', //'jquery' : 'empty:', 'jqueryui' : 'vendor/jqueryui', 'jqueryvalidate' : 'vendor/jquery.validate.min', 'plugins' : 'plugins', 'main' : 'main', 'city_select' : 'stub/city_select', 'drop_down' : 'stub/drop_down', 'maps' : 'stub/maps', 'checkboxFilter' : 'stub/checkboxFilter', 'metroFilter' : 'stub/metroFilter', 'nameFilter' : 'stub/nameFilter', 'scroll' : 'stub/scroll', 'search' : 'stub/search', 'slider' : 'stub/slider', 'schedule' : 'section/schedule', 'showroom' : 'section/showroom', 'forms' : 'section/forms', 'hallplan' : 'kassa.hallplan' }, //mainConfigFile: "require.config.js", include: [ 'almond' , 'App' , 'section/schedule' , 'section/forms' , 'section/showroom' , 'stub/maps' , 'stub/city_select' , 'stub/search' , 'stub/slider' , 'hallplan' ], name: "App", out: "dist/App.js", inlineText: false, wrap: { start: "(function(){", end: "new (require('App')); \n}());" }, //optimize: 'uglify2' optimize: 'none', preserveLicenseComments: false }) |
Phew. |
Explanation: gruntjs/grunt-contrib-requirejs#41 (comment) |
all from your example
config ignored?
The text was updated successfully, but these errors were encountered: