Giter Club home page Giter Club logo

Comments (6)

roblarsen avatar roblarsen commented on June 3, 2024

You would need to update your file.root.stylesheet to point to that file

https://github.com/h5bp/ant-build-script/blob/master/config/project.properties#L53

from ant-build-script.

grayghostvisuals avatar grayghostvisuals commented on June 3, 2024

Awesome. Thanks Rob for the quick call to action. One last thing is I'm having the same problem with my JS file. Any suggestions on a quick dummy check for me to make sure I'm setting things properly?

from ant-build-script.

roblarsen avatar roblarsen commented on June 3, 2024

Have you wrapped it in the magic comments?

from ant-build-script.

grayghostvisuals avatar grayghostvisuals commented on June 3, 2024

No I have not. Let me do that and get back to you.

from ant-build-script.

grayghostvisuals avatar grayghostvisuals commented on June 3, 2024

This is what I have now, but all I want is the revved version of the file. The comments below are still porting over to the published version.

php/inc/scripts.php

<!-- //-beg- concat_js -->
<script src="./r4/js/main-min.js"></script>
<!-- //-end- concat_js -->

screen shot 2013-07-11 at 9 51 22 am

default.properties

# Root Script file
# this is the file that will be swapped for the concatenated and minified javascript.
#
file.root.script    = main.js

project.properties

dir.js                  = r4/js/uncompressed/
dir.js.main             = ${dir.js}/js/
# scripts in the lib directory will only be minified, not concatenated together
# dir.js.libs         = ${dir.js}/vendor
# this is identical to the 'libs' in dir.js.libs but just an easier reference when you dont need the full path
# slug.libs           = vendor
# scripts in the modules directory will be minified, not concatenated, but will be cachebusted
dir.js.modules          = ${dir.js}/js/

from ant-build-script.

grayghostvisuals avatar grayghostvisuals commented on June 3, 2024

I've gotten this working so closing the issue.

from ant-build-script.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.